Module ast

Source
Expand description

Abstract syntax tree nodes for sqllogictest.

Structs§

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

Enums§

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