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