Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ as_any
Method
as_any
parquet/src/arrow/array_reader/cached_array_reader.rs:189–191 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
187
188
impl ArrayReader for CachedArrayReader {
189
fn as_any(&self) -> &dyn Any {
190
self
191
}
192
193
fn get_data_type(&self) -> &ArrowType {
194
self.inner.get_data_type()
Callers
6
test_cached_reader_basic
Function · 0.45
test_read_skip_pattern
Function · 0.45
test_multiple_reads_before_consume
Function · 0.45
test_cache_sharing
Function · 0.45
test_local_cache_protects_against_eviction
Function · 0.45
test_batch_id_calculation_with_incremental_reads
Function · 0.45
Calls
no outgoing calls
Tested by
6
test_cached_reader_basic
Function · 0.36
test_read_skip_pattern
Function · 0.36
test_multiple_reads_before_consume
Function · 0.36
test_cache_sharing
Function · 0.36
test_local_cache_protects_against_eviction
Function · 0.36
test_batch_id_calculation_with_incremental_reads
Function · 0.36