This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from f830ee39df Refactor parquet datasource into an explicit state machine 
(#21190)
     add 5ff80e4340 Provide session to the udtf call (#20222)

No new revisions were added by this update.

Summary of changes:
 datafusion-cli/src/functions.rs                    |  14 ++-
 datafusion-examples/README.md                      |  21 ++--
 datafusion-examples/examples/udf/main.rs           |   8 +-
 datafusion-examples/examples/udf/simple_udtf.rs    |   5 +-
 .../examples/udf/table_list_udtf.rs                | 128 +++++++++++++++++++++
 datafusion/catalog/src/table.rs                    |  56 ++++++++-
 datafusion/core/src/execution/session_state.rs     |   5 +-
 .../user_defined/user_defined_table_functions.rs   |   7 +-
 datafusion/ffi/src/udtf.rs                         | 100 +++++++++++++++-
 datafusion/functions-table/src/generate_series.rs  |  13 ++-
 .../library-user-guide/functions/adding-udfs.md    |  15 ++-
 11 files changed, 330 insertions(+), 42 deletions(-)
 create mode 100644 datafusion-examples/examples/udf/table_list_udtf.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to