Module mz_sqllogictest::ast

source ·
Expand description

Abstract syntax tree nodes for sqllogictest.

Structs§

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.