MCPcopy Create free account
hub / github.com/apache/arrow / PutDictionary

Method PutDictionary

cpp/src/parquet/encoder.cc:741–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739
740template <>
741void DictEncoderImpl<Int96Type>::PutDictionary(const ::arrow::Array& values) {
742 ParquetException::NYI("Direct put to Int96");
743}
744
745template <typename DType>
746void DictEncoderImpl<DType>::Put(const ::arrow::Array& values) {

Callers 4

DictPutIndicesMethod · 0.80
TESTFunction · 0.80
EncodeDictBenchmarkMethod · 0.80
WriteArrowDictionaryMethod · 0.80

Calls 11

NYIFunction · 0.85
AssertCanPutDictionaryFunction · 0.85
AssertFixedSizeBinaryFunction · 0.85
AssertVarLengthBinaryFunction · 0.85
is_binary_likeFunction · 0.85
is_large_binary_likeFunction · 0.85
is_binary_view_likeFunction · 0.85
lengthMethod · 0.45
GetOrInsertMethod · 0.45
ValueMethod · 0.45
type_idMethod · 0.45

Tested by 2

DictPutIndicesMethod · 0.64
TESTFunction · 0.64