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
datafusion::functions - Rust
[go: Go Back, main page]

Module functions

Source
Expand description

re-export of datafusion_functions crate

Modules§

core
Core datafusion expressions These are always available and not controlled by a feature flag “core” DataFusion functions
crypto
“crypto” DataFusion functions
datetime
Date and time expressions. Contains functions such as to_timestamp Enabled via feature flag datetime_expressions date & time DataFusion functions
encoding
Encoding expressions. Contains Hex and binary encode and decode functions. Enabled via feature flag encoding_expressions
expr_fn
Fluent-style API for creating Exprs
macros
math
Mathematical functions. Enabled via feature flag math_expressions “math” DataFusion functions
planner
SQL planning extensions like UserDefinedFunctionPlanner
regex
Regular expression functions. Enabled via feature flag regex_expressions “regex” DataFusion functions
string
“string” DataFusion functions
strings
unicode
“unicode” DataFusion functions
utils

Macros§

downcast_arg
Downcast an argument to a specific array type, returning an internal error if the cast fails
downcast_named_arg
Downcast a named argument to a specific array type, returning an internal error if the cast fails

Functions§

all_default_functions
Return all default functions
register_all
Registers all enabled packages with a FunctionRegistry