MCPcopy 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_GETMethod · 0.85
write_stdinMethod · 0.85
wait_for_doneMethod · 0.85
funcFunction · 0.85
wrapperFunction · 0.85
fieldFunction · 0.85
get_extension_dtype_infoFunction · 0.85
construct_metadataFunction · 0.85
_get_index_levelFunction · 0.85
_get_index_level_valuesFunction · 0.85
dataframe_to_arraysFunction · 0.85
_reconstruct_blockFunction · 0.85

Calls 1

ParquetExceptionFunction · 0.85

Tested by 15

do_GETMethod · 0.68
write_stdinMethod · 0.68
wait_for_doneMethod · 0.68
funcFunction · 0.68
test_chunked_array_sliceFunction · 0.68
_table_like_slice_testsFunction · 0.68
test_table_to_batchesFunction · 0.68
test_table_basicsFunction · 0.68