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

Method InsertDictionary

cpp/src/parquet/decoder.cc:1245–1247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1243
1244template <typename Type>
1245void DictDecoderImpl<Type>::InsertDictionary(::arrow::ArrayBuilder* builder) {
1246 ParquetException::NYI("InsertDictionary only implemented for BYTE_ARRAY types");
1247}
1248
1249template <>
1250void 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