| Modifier and Type | Method and Description |
|---|---|
ColumnDescriptor |
ColumnReader.getDescriptor() |
ColumnDescriptor |
UnknownColumnException.getDescriptor() |
| Constructor and Description |
|---|
UnknownColumnException(ColumnDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
ColumnDescriptor |
ColumnReaderImpl.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Set<ColumnDescriptor> |
ColumnWriteStoreV2.getColumnDescriptors() |
Set<ColumnDescriptor> |
ColumnWriteStoreV1.getColumnDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
ColumnReader |
ColumnReadStoreImpl.getColumnReader(ColumnDescriptor path) |
ColumnWriter |
ColumnWriteStoreV2.getColumnWriter(ColumnDescriptor path) |
ColumnWriter |
ColumnWriteStoreV1.getColumnWriter(ColumnDescriptor path) |
| Constructor and Description |
|---|
ColumnReaderImpl(ColumnDescriptor path,
PageReader pageReader,
PrimitiveConverter converter,
VersionParser.ParsedVersion writerVersion)
creates a reader for triplets
|
| Modifier and Type | Method and Description |
|---|---|
PageReader |
PageReadStore.getPageReader(ColumnDescriptor descriptor) |
PageWriter |
PageWriteStore.getPageWriter(ColumnDescriptor path) |
DictionaryPage |
DictionaryPageReadStore.readDictionaryPage(ColumnDescriptor descriptor)
Returns a
DictionaryPage for the given column descriptor. |
| Modifier and Type | Method and Description |
|---|---|
ValuesWriter |
DefaultV2ValuesWriterFactory.newValuesWriter(ColumnDescriptor descriptor) |
ValuesWriter |
ValuesWriterFactory.newValuesWriter(ColumnDescriptor descriptor)
Creates a ValuesWriter to write values for the given column.
|
ValuesWriter |
DefaultV1ValuesWriterFactory.newValuesWriter(ColumnDescriptor descriptor) |
ValuesWriter |
DefaultValuesWriterFactory.newValuesWriter(ColumnDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
ColumnDescriptor |
PrimitiveColumnIO.getColumnDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
ColumnDescriptor |
MessageType.getColumnDescription(String[] path) |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnDescriptor> |
MessageType.getColumns() |
Copyright © 2019 The Apache Software Foundation. All rights reserved.