Module signature

Source

Structs§

Signature
Signature struct is a representation of function type

Type Aliases§

AggregationFunction
Aggregation function accept a selected row values for each row in group and return single Value
StandardFunction
Standard function accept array of values and return single Value
WindowFunction
Window function a selected row values for each row in a specific frame and return single Value