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