Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
impl 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_mapping
Function · 0.45
remap_predicate
Function · 0.45
build_field_mapping
Function · 0.45
arrow_to_paimon_type
Function · 0.45
validate_read_fields
Function · 0.45
read_blob_batch
Function · 0.45
num_rows
Method · 0.45
build_all
Method · 0.45
next_batch
Method · 0.45
decode_delta_varints
Function · 0.45
write
Method · 0.45
close
Method · 0.45
Calls
no outgoing calls
Tested by
7
test_blob_reader_reads_inline_bytes_and_selection
Function · 0.36
test_blob_reader_reads_payloads_with_bounded_parallelism
Function · 0.36
test_blob_reader_supports_empty_projection
Function · 0.36
test_blob_reader_rejects_out_of_range_selection
Function · 0.36
test_blob_reader_rejects_wrong_field_family
Function · 0.36
test_blob_reader_rejects_unsupported_version
Function · 0.36
test_blob_reader_rejects_truncated_entry
Function · 0.36