Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
create_udtf_function in datafusion::functions_table - Rust
[go: Go Back, main page]

Macro create_udtf_function

Source
macro_rules! create_udtf_function {
    ($module:path, $name:expr) => { ... };
}
Expand description

Creates a singleton instance of a table function

  • $module: A struct implementing TableFunctionImpl to create the function from
  • $name: The name to give to the created function

This is used to ensure creating the list of TableFunction only happens once.