Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ len
Function
len
cpp/src/parquet/column_writer.h:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
int Encode(int batch_size, const int16_t* levels);
71
72
int32_t len() {
73
if (encoding_ != Encoding::RLE) {
74
throw ParquetException(
"Only implemented for RLE encoding"
);
75
}
76
return rle_length_;
77
}
78
79
private:
80
int bit_width_;
Callers
15
do_GET
Method · 0.85
write_stdin
Method · 0.85
wait_for_done
Method · 0.85
func
Function · 0.85
wrapper
Function · 0.85
field
Function · 0.85
get_extension_dtype_info
Function · 0.85
construct_metadata
Function · 0.85
_get_index_level
Function · 0.85
_get_index_level_values
Function · 0.85
dataframe_to_arrays
Function · 0.85
_reconstruct_block
Function · 0.85
Calls
1
ParquetException
Function · 0.85
Tested by
15
do_GET
Method · 0.68
write_stdin
Method · 0.68
wait_for_done
Method · 0.68
func
Function · 0.68
test_chunked_array_basics
Function · 0.68
test_chunked_array_construction
Function · 0.68
test_chunked_array_slice
Function · 0.68
test_recordbatch_no_fields
Function · 0.68
_table_like_slice_tests
Function · 0.68
test_table_to_batches
Function · 0.68
test_table_basics
Function · 0.68
test_table_remove_column_empty
Function · 0.68