Crate partiql_value
source ·Macros§
Structs§
- Represents a
PartiQLBAG value, e.g.: <<1, ‘two’, 4>> - A wrapper on [
T] that specifies if missing and null values should be equal. - Represents a
PartiQLList value, e.g. [1, 2, ‘one’] - A wrapper on [
T] that specifies if a null or missing value should be ordered before ([NULLS_FIRST] is true) or after ([NULLS_FIRST] is false) other values.