risingwave_pb::batch_plan

Type Alias PbIcebergScanNode

source
pub type PbIcebergScanNode = IcebergScanNode;
Expand description

Alias for IcebergScanNode.

Aliased Type§

struct PbIcebergScanNode {
    pub columns: Vec<ColumnCatalog>,
    pub with_properties: BTreeMap<String, String>,
    pub split: Vec<Vec<u8>>,
    pub secret_refs: BTreeMap<String, SecretRef>,
}

Fields§

§columns: Vec<ColumnCatalog>§with_properties: BTreeMap<String, String>§split: Vec<Vec<u8>>§secret_refs: BTreeMap<String, SecretRef>