pub type PbBatchPlanNode = BatchPlanNode;
Aliased Type§
struct PbBatchPlanNode {
pub table_desc: Option<StorageTableDesc>,
pub column_ids: Vec<i32>,
}
Fields§
§table_desc: Option<StorageTableDesc>
§column_ids: Vec<i32>
pub type PbBatchPlanNode = BatchPlanNode;
struct PbBatchPlanNode {
pub table_desc: Option<StorageTableDesc>,
pub column_ids: Vec<i32>,
}
table_desc: Option<StorageTableDesc>
§column_ids: Vec<i32>