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

Method SetDict

cpp/src/parquet/decoder.cc:1035–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1033
1034template <typename Type>
1035void DictDecoderImpl<Type>::SetDict(TypedDecoder<Type>* dictionary) {
1036 DecodeDict(dictionary);
1037}
1038
1039template <>
1040void DictDecoderImpl<BooleanType>::SetDict(TypedDecoder<BooleanType>* dictionary) {

Callers 6

ConfigureDictionaryMethod · 0.80
CheckRoundtripMethod · 0.80
GetDictDecoderFunction · 0.80
SetupEncoderDecoderMethod · 0.80
DecodeDictFunction · 0.80
InitializeDecoderMethod · 0.80

Calls 4

DecodeDictFunction · 0.85
NYIFunction · 0.85
ResizeMethod · 0.45
mutable_dataMethod · 0.45

Tested by 3

CheckRoundtripMethod · 0.64
GetDictDecoderFunction · 0.64
SetupEncoderDecoderMethod · 0.64