| 423 | |
| 424 | template <> |
| 425 | inline DictionaryPageBuilder<BooleanType>::DictionaryPageBuilder( |
| 426 | const ColumnDescriptor* d) { |
| 427 | ParquetException::NYI("only plain encoding currently implemented for boolean"); |
| 428 | } |
| 429 | |
| 430 | template <> |
| 431 | inline std::shared_ptr<Buffer> DictionaryPageBuilder<BooleanType>::WriteDict() { |