pub type PbIcebergScanNode = IcebergScanNode;Aliased Type§
pub struct PbIcebergScanNode {
pub columns: Vec<ColumnCatalog>,
pub with_properties: BTreeMap<String, String>,
pub split: Vec<Vec<u8>>,
pub secret_refs: BTreeMap<String, SecretRef>,
pub iceberg_scan_type: i32,
}Fields§
§columns: Vec<ColumnCatalog>§with_properties: BTreeMap<String, String>§split: Vec<Vec<u8>>§secret_refs: BTreeMap<String, SecretRef>§iceberg_scan_type: i32