| 365 | |
| 366 | template <> |
| 367 | int PlainDecoder<Int96Type>::DecodeArrow( |
| 368 | int num_values, int null_count, const uint8_t* valid_bits, int64_t valid_bits_offset, |
| 369 | typename EncodingTraits<Int96Type>::Accumulator* builder) { |
| 370 | ParquetException::NYI("DecodeArrow not supported for Int96"); |
| 371 | } |
| 372 | |
| 373 | template <> |
| 374 | int PlainDecoder<Int96Type>::DecodeArrow( |