Structs§
- MirRelation
Expr Deserialize Context - Extends the test case syntax to support MirRelationExprs
- MirScalar
Expr Deserialize Context - Extends the test case syntax to support
MirScalarExpr
s - Scope 🔒
- Stores the values of
let
statements that way they can be accessed in the body of thelet
. - Test
Catalog - A catalog that holds types of objects previously created for the unit test.
Enums§
- Test
Catalog 🔒Command - Contains the arguments for a command for TestCatalog.
Functions§
- build_
rel - Builds a MirRelationExpr from a string.
- build_
scalar - Builds a MirScalarExpr from a string.
- json_
to_ spec - Turns the json version of a MirRelationExpr into the mz_lowertest::to_json syntax.