pub type PbRangeFrameBounds = RangeFrameBounds;
Expand description
Alias for RangeFrameBounds
.
Aliased Type§
struct PbRangeFrameBounds {
pub start: Option<RangeFrameBound>,
pub end: Option<RangeFrameBound>,
pub order_data_type: Option<DataType>,
pub order_type: Option<OrderType>,
pub offset_data_type: Option<DataType>,
}
Fields§
§start: Option<RangeFrameBound>
§end: Option<RangeFrameBound>
§order_data_type: Option<DataType>
§order_type: Option<OrderType>
§offset_data_type: Option<DataType>