Module datafusion::logical_expr::function

source ·
Expand description

Function module contains typing and signature for built-in and user defined functions.

Structs§

  • AccumulatorArgs contains information about how an aggregate function was called, including the types of its arguments and any optional ordering expressions.

Type Aliases§