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

Method InsertDictionary

cpp/src/parquet/decoder.cc:1246–1248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244
1245template <typename Type>
1246void DictDecoderImpl<Type>::InsertDictionary(::arrow::ArrayBuilder* builder) {
1247 ParquetException::NYI("InsertDictionary only implemented for BYTE_ARRAY types");
1248}
1249
1250template <>
1251void DictDecoderImpl<ByteArrayType>::InsertDictionary(::arrow::ArrayBuilder* builder) {

Callers 2

TEST_FFunction · 0.80

Calls 2

NYIFunction · 0.85
InsertMemoValuesMethod · 0.80

Tested by 1

TEST_FFunction · 0.64