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/byte_array.rs:107–109 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
105
106
impl<I: OffsetSizeTrait> ArrayReader for ByteArrayReader<I> {
107
fn as_any(&self) -> &dyn Any {
108
self
109
}
110
111
fn get_data_type(&self) -> &ArrowType {
112
&self.data_type
Callers
3
consume_batch
Method · 0.45
test_byte_array_decoder
Function · 0.45
test_byte_array_decoder_skip
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_byte_array_decoder
Function · 0.36
test_byte_array_decoder_skip
Function · 0.36