Expand description
Substrait version information.
The contents of this module are auto-generated using build.rs. It is
included in the packaged crate, ignored by git, and automatically kept
in-sync.
Constants
- The amount of commits between the latest tag and this version the Substrait module that used to build this crate
- The
git describeoutput of the Substrait submodule used to build this crate - The dirty state of the Substrait submodule used to build this crate
- The Git SHA (lower hex) of Substrait used to build this crate
- The major version of Substrait used to build this crate
- The minor version of Substrait used to build this crate
- The patch version of Substrait used to build this crate
Functions
- semver
semverReturns the semantic version of Substrait used to build this crate. - Returns the version of Substrait used to build this crate.
- Returns the version of Substrait used to build this crate with Version::producer set to the passed
producer.