Module parser

Source
Expand description

A parser for sqllogictest.

Structsยง

Parser

Staticsยง

DOUBLE_LINE_REGEX ๐Ÿ”’
EOF_REGEX ๐Ÿ”’
QUERY_OUTPUT_REGEX ๐Ÿ”’

Functionsยง

parse_expected_error ๐Ÿ”’
parse_types ๐Ÿ”’
Parse a query result type string into a vec of expected types
regexp_strip_prefix
split_at ๐Ÿ”’
split_cols ๐Ÿ”’
Split on whitespace to normalize multiple spaces to one space. This happens unconditionally in Cockroach mode, regardless of the sort option.