pub type PbSourceNode = SourceNode;
Expand description
Alias for SourceNode
.
Aliased Type§
struct PbSourceNode {
pub source_id: u32,
pub columns: Vec<ColumnCatalog>,
pub with_properties: BTreeMap<String, String>,
pub split: Vec<Vec<u8>>,
pub info: Option<StreamSourceInfo>,
pub secret_refs: BTreeMap<String, SecretRef>,
}
Fields§
§source_id: u32
§columns: Vec<ColumnCatalog>
§with_properties: BTreeMap<String, String>
§split: Vec<Vec<u8>>
§info: Option<StreamSourceInfo>
§secret_refs: BTreeMap<String, SecretRef>