pub type PbIndexColumnProperties = IndexColumnProperties;Aliased Type§
pub struct PbIndexColumnProperties {
pub is_desc: bool,
pub nulls_first: bool,
}Fields§
§is_desc: boolWhether the column sort in ascending(false) or descending(true) order on a forward scan.
nulls_first: boolDoes the column sort with nulls first on a forward scan?