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

Method len

crates/paimon/src/arrow/format/orc.rs:134–136  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

132
133impl AsyncChunkReader for OrcFileReader {
134 fn len(&mut self) -> BoxFuture<'_, std::io::Result<u64>> {
135 Box::pin(std::future::ready(Ok(self.file_size)))
136 }
137
138 fn get_bytes(
139 &mut self,

Callers 15

create_index_mappingFunction · 0.45
remap_predicateFunction · 0.45
build_field_mappingFunction · 0.45
arrow_to_paimon_typeFunction · 0.45
validate_read_fieldsFunction · 0.45
read_blob_batchFunction · 0.45
num_rowsMethod · 0.45
build_allMethod · 0.45
next_batchMethod · 0.45
decode_delta_varintsFunction · 0.45
writeMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls