MCPcopy Create free account
hub / github.com/apache/paimon-rust / read_fields

Method read_fields

crates/paimon/src/table/data_evolution_reader.rs:799–804  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

797
798impl FieldSource {
799 fn read_fields(&self) -> &[DataField] {
800 match self {
801 FieldSource::DataFile { read_fields, .. }
802 | FieldSource::BlobBunch { read_fields, .. } => read_fields,
803 }
804 }
805
806 fn add_read_field(&mut self, field: DataField) -> usize {
807 let read_fields = match self {

Callers 1

open_source_streamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected