Structsยง
- Expr
Builder ๐ - Build an expression from protobuf with possibly some wrappers attached to each node.
- Func
Call ๐Builder - Build a function call expression from protobuf with
build_func
. - Parser ๐
Enumsยง
- Token ๐
Traitsยง
- Build ๐
- Manually build the expression
Self
from protobuf. - Build
Boxed ๐ - Manually build a boxed expression from protobuf.
- Expect
Ext ๐
Functionsยง
- build_
batch_ expr_ from_ prost - Build a strict or non-strict expression according to expr context.
- build_
from_ pretty - Build an expression from a string.
- build_
from_ prost - Build an expression from protobuf.
- build_
func - Build an expression in
FuncCall
variant. - build_
func_ non_ strict - Build an expression in
FuncCall
variant in non-strict mode. - build_
non_ strict_ from_ prost - Build an expression from protobuf in non-strict mode.
- get_
children_ ๐and_ return_ type - lexer ๐