Modulesยง
- catalog ๐
- command ๐
- Handlers for testdriven test commands.
- parser ๐
- printer ๐
- Printing of
MirScalarExprin the syntax accepted by the parser.
Structsยง
- Test
Catalog - A catalog that holds types of objects previously created for the unit test.
Enumsยง
Functionsยง
- handle_
define - handle_
roundtrip - print_
scalar - Renders a
MirScalarExprsuch thatcrate::try_parse_scalarparses it back to an equal expression. - try_
parse_ column_ types - Parses a parenthesized, comma-separated column type list, for example
(bigint, text?). A trailing?marks a column as nullable. - try_
parse_ def - Builds a source definition from a string.
- try_
parse_ mir - Builds a mz_expr::MirRelationExpr from a string.
- try_
parse_ scalar - Builds a mz_expr::MirScalarExpr from a string.
- try_
parse_ scalars - Builds a comma-separated list of mz_expr::MirScalarExprs from a string.