| 1244 | |
| 1245 | template <typename Type> |
| 1246 | void DictDecoderImpl<Type>::InsertDictionary(::arrow::ArrayBuilder* builder) { |
| 1247 | ParquetException::NYI("InsertDictionary only implemented for BYTE_ARRAY types"); |
| 1248 | } |
| 1249 | |
| 1250 | template <> |
| 1251 | void DictDecoderImpl<ByteArrayType>::InsertDictionary(::arrow::ArrayBuilder* builder) { |