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