Re-exports§
pub use geopoint::GeoPoint;pub use interval::LongInterval;pub use interval::ShortInterval;pub use source::SourcePosition;pub use source::SourcePositionRange;pub use timestamp::Date;pub use timestamp::Time;pub use timestamp::Timestamp;pub use variant::Variant;
Modules§
- Support for byte arrays (binary objects in SQL)
- Implementation of various cast operations.
- Support for SQL interval types. Intervals are differences between dates and/or times There are two interval types:
- Source position representation. Used for reporting run-time errors.
- SQL String operations
- Support for SQL Timestamp and Date data types.
- Variant is a dynamically-typed object that can represent the values in a SQL program.
Macros§
Structs§
Traits§
- Trait that provides the inverse functionality of the ToInteger trait. Used for partitioned_rolling_aggregates
- Convert a value of a SQL data type to an integer that preserves ordering. Used for partitioned_rolling_aggregates