Module create_parser

Source

Constants§

AFTER
ENGINE
EXPIRE
INVERTED
MAXVALUE
SINK
SKIPPING

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.
get_unalias_type 🔒
validate_partitions 🔒
validate_time_index 🔒