Skip to main content

Module create_parser

Module create_parser 

Source

Modulesยง

json ๐Ÿ”’

Constantsยง

AFTER
ENGINE
EXPIRE
INVERTED
MAXVALUE
SINK
SKIPPING
VECTOR

Functionsยง

ensure_exprs_are_binary ๐Ÿ”’
Ensure all exprs are binary expr and all the columns are defined in the column list.
ensure_one_expr ๐Ÿ”’
Check if the expr is a binary expr, an ident or a literal value. If is ident, then check it is in the column list. This recursive function is intended to be used by ensure_exprs_are_binary.
ensure_partition_columns_defined ๐Ÿ”’
Ensure that all columns used in โ€œPARTITION ON COLUMNSโ€ are defined in create table.
flow_option_map ๐Ÿ”’
get_unalias_type ๐Ÿ”’
validate_partitions ๐Ÿ”’
validate_time_index ๐Ÿ”’

Type Aliasesยง

RawIntervalExpr