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

Function IsDictionaryIndexEncoding

cpp/src/parquet/types.h:882–884  ·  view source on GitHub ↗

PLAIN_DICTIONARY is deprecated but used to be used as a dictionary index encoding.

Source from the content-addressed store, hash-verified

880// PLAIN_DICTIONARY is deprecated but used to be used as a dictionary index
881// encoding.
882constexpr bool IsDictionaryIndexEncoding(Encoding::type e) {
883 return e == Encoding::RLE_DICTIONARY || e == Encoding::PLAIN_DICTIONARY;
884}
885
886} // namespace parquet

Callers 4

InitializeDataDecoderMethod · 0.85
WriteArrowDictionaryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected