| 643 | } |
| 644 | |
| 645 | std::unique_ptr<ByteRleDecoder> createBooleanRleDecoder( |
| 646 | std::unique_ptr<SeekableInputStream> input, ReaderMetrics* metrics) { |
| 647 | return std::make_unique<BooleanRleDecoderImpl>(std::move(input), metrics); |
| 648 | } |
| 649 | } // namespace orc |
no outgoing calls