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>