Skip to main content

Module types

Module types 

Source
Expand description

SqlExpr AST node definitions.

Structs§

ComputedColumn
A computed projection column: alias + expression.

Enums§

BinaryOp
Binary operators.
CastType
Target types for CAST.
SqlExpr
A serializable SQL expression that can be evaluated against a document.