Expand description
The embedded Substrait core extension YAML files.
The contents of this module are auto-generated by build.rs and kept in
sync with the packaged extension files.
Constants§
- EXTENSION_
TYPES - Included source of the
extension_typesextension YAML file. - FUNCTIONS_
AGGREGATE_ APPROX - Included source of the
functions_aggregate_approxextension YAML file. - FUNCTIONS_
AGGREGATE_ DECIMAL_ OUTPUT - Included source of the
functions_aggregate_decimal_outputextension YAML file. - FUNCTIONS_
AGGREGATE_ GENERIC - Included source of the
functions_aggregate_genericextension YAML file. - FUNCTIONS_
ARITHMETIC - Included source of the
functions_arithmeticextension YAML file. - FUNCTIONS_
ARITHMETIC_ DECIMAL - Included source of the
functions_arithmetic_decimalextension YAML file. - FUNCTIONS_
BOOLEAN - Included source of the
functions_booleanextension YAML file. - FUNCTIONS_
COMPARISON - Included source of the
functions_comparisonextension YAML file. - FUNCTIONS_
DATETIME - Included source of the
functions_datetimeextension YAML file. - FUNCTIONS_
GEOMETRY - Included source of the
functions_geometryextension YAML file. - FUNCTIONS_
LIST - Included source of the
functions_listextension YAML file. - FUNCTIONS_
LOGARITHMIC - Included source of the
functions_logarithmicextension YAML file. - FUNCTIONS_
ROUNDING - Included source of the
functions_roundingextension YAML file. - FUNCTIONS_
ROUNDING_ DECIMAL - Included source of the
functions_rounding_decimalextension YAML file. - FUNCTIONS_
SET - Included source of the
functions_setextension YAML file. - FUNCTIONS_
STRING - Included source of the
functions_stringextension YAML file. - TYPE_
VARIATIONS - Included source of the
type_variationsextension YAML file.
Statics§
- EXTENSIONS
- Map with the Substrait core extensions, keyed by file stem (e.g.
functions_arithmetic). - SIMPLE_
EXTENSIONS - All Substrait core extensions as
(urn, raw YAML source)pairs, whereurnis the value of the extension file’s top-levelurnfield.