Module mz_sqllogictest::ast

source ·
Expand description

Abstract syntax tree nodes for sqllogictest.

Structs

A location in a file.
Instructions for assessing the output of a query.

Enums

Specifies the dialect of a sqllogictest file. Different sqllogictest runners have slightly different behavior.
A specific assertion about the expected output of a query.
A single directive in a sqllogictest file.
Whether to apply sorting before checking the results of a query.
The declared type of an output column in a query.