| 739 | |
| 740 | template <> |
| 741 | void DictEncoderImpl<Int96Type>::PutDictionary(const ::arrow::Array& values) { |
| 742 | ParquetException::NYI("Direct put to Int96"); |
| 743 | } |
| 744 | |
| 745 | template <typename DType> |
| 746 | void DictEncoderImpl<DType>::Put(const ::arrow::Array& values) { |