Module udwf

Module udwf 

Source
Expand description

WindowUDF: User Defined Window Functions

Structs§

AliasedWindowUDFImpl 🔒
WindowUDF that adds an alias to the underlying function. It is better to implement WindowUDFImpl, which supports aliases, directly if possible.
WindowUDF
Logical representation of a user-defined window function (UDWF).

Enums§

LimitEffect
the effect this function will have on the limit pushdown
ReversedUDWF

Traits§

WindowUDFImpl
Trait for implementing WindowUDF.