MCPcopy Create free account
hub / github.com/apache/arrow / DictionaryPageBuilder

Method DictionaryPageBuilder

cpp/src/parquet/test_util.h:425–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

NYIFunction · 0.85

Tested by

no test coverage detected