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

Function IsDictionaryIndexEncoding

cpp/src/parquet/types.h:890–892  ·  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

888// PLAIN_DICTIONARY is deprecated but used to be used as a dictionary index
889// encoding.
890constexpr bool IsDictionaryIndexEncoding(Encoding::type e) {
891 return e == Encoding::RLE_DICTIONARY || e == Encoding::PLAIN_DICTIONARY;
892}
893
894} // namespace parquet

Callers 4

InitializeDataDecoderMethod · 0.85
WriteArrowDictionaryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected