Module relation

Source
Expand description

Support for parsing mz_expr::MirRelationExpr.

Structsยง

FixTypesCtx

Functionsยง

build_let_or_let_rec ๐Ÿ”’
fix_types
parse_arrange_by ๐Ÿ”’
parse_constant ๐Ÿ”’
parse_constant_entry ๐Ÿ”’
parse_cross_join ๐Ÿ”’
parse_cte ๐Ÿ”’
parse_distinct ๐Ÿ”’
parse_expr
parse_filter ๐Ÿ”’
parse_flat_map ๐Ÿ”’
parse_get ๐Ÿ”’
parse_join ๐Ÿ”’
parse_let_or_letrec ๐Ÿ”’
Parses a Let or a LetRec with the new order: CTEs first in ascending order, and then Return.
parse_let_or_letrec_old ๐Ÿ”’
Parses a Let or a LetRec with the old order: Return first, and then CTEs in descending order.
parse_local_id ๐Ÿ”’
parse_map ๐Ÿ”’
parse_negate ๐Ÿ”’
parse_project ๐Ÿ”’
parse_reduce ๐Ÿ”’
parse_threshold ๐Ÿ”’
parse_top_k ๐Ÿ”’
parse_union ๐Ÿ”’

Type Aliasesยง

Result ๐Ÿ”’