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§
- SUBSTRAIT_
GIT_ DEPTH - The amount of commits between the latest tag and the version of the Substrait submodule used to build this crate
- SUBSTRAIT_
GIT_ DESCRIBE - The
git describe
output of the Substrait submodule used to build this crate - SUBSTRAIT_
GIT_ DIRTY - The dirty state of the Substrait submodule used to build this crate
- SUBSTRAIT_
GIT_ SHA - The Git SHA (lower hex) of Substrait used to build this crate
- SUBSTRAIT_
MAJOR_ VERSION - The major version of Substrait used to build this crate
- SUBSTRAIT_
MINOR_ VERSION - The minor version of Substrait used to build this crate
- SUBSTRAIT_
PATCH_ VERSION - The patch version of Substrait used to build this crate
Functions§
- semver
semver
- Returns the semantic version of Substrait used to build this crate.
- semver_
req semver
- Returns the requirement of this crate for other Substrait versions.
- version
- Returns the version of Substrait used to build this crate.
- version_
with_ producer - Returns the version of Substrait used to build this crate with
Version::producer set to the passed
producer
.