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

Re-exports

Modules

Macros

Structs

  • The shared context used during the analysis of an expression. Includes the boundaries for all known columns.
  • Represents the boundaries of the resulting value from a physical expression, if it were to be an expression, if it were to be evaluated.
  • Represents Sort operation for a column in a RecordBatch
  • Physical expression of a scalar function

Traits

  • Expression that can be evaluated against a RecordBatch A Physical expression knows its type, nullability and how to evaluate itself.