| Modifier and Type | Method and Description |
|---|---|
ColumnWriteStore |
ParquetProperties.newColumnWriteStore(MessageType schema,
PageWriteStore pageStore) |
| Constructor and Description |
|---|
ColumnReadStoreImpl(PageReadStore pageReadStore,
GroupConverter recordConverter,
MessageType schema,
String createdBy) |
ColumnWriteStoreV2(MessageType schema,
PageWriteStore pageWriteStore,
ParquetProperties props) |
| Modifier and Type | Field and Description |
|---|---|
static MessageType |
Paper.schema |
static MessageType |
Paper.schema2 |
static MessageType |
Paper.schema3 |
| Constructor and Description |
|---|
DummyRecordConverter(MessageType schema) |
| Constructor and Description |
|---|
SimpleGroupFactory(MessageType schema) |
| Constructor and Description |
|---|
GroupRecordConverter(MessageType schema) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SchemaCompatibilityValidator.validate(FilterPredicate predicate,
MessageType schema) |
| Modifier and Type | Method and Description |
|---|---|
MessageType |
MessageColumnIO.getType() |
| Modifier and Type | Method and Description |
|---|---|
MessageColumnIO |
ColumnIOFactory.getColumnIO(MessageType schema) |
MessageColumnIO |
ColumnIOFactory.getColumnIO(MessageType requestedSchema,
MessageType fileSchema) |
MessageColumnIO |
ColumnIOFactory.getColumnIO(MessageType requestedSchema,
MessageType fileSchema,
boolean strict) |
| Constructor and Description |
|---|
ValidatingRecordConsumer(RecordConsumer delegate,
MessageType schema) |
| Modifier and Type | Method and Description |
|---|---|
MessageType |
Types.MessageTypeBuilder.named(String name)
Builds and returns the
MessageType configured by this builder. |
static MessageType |
MessageTypeParser.parseMessageType(String input) |
MessageType |
MessageType.union(MessageType toMerge) |
MessageType |
MessageType.union(MessageType toMerge,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
T |
TypeConverter.convertMessageType(MessageType messageType,
List<T> children) |
MessageType |
MessageType.union(MessageType toMerge) |
MessageType |
MessageType.union(MessageType toMerge,
boolean strict) |
void |
TypeVisitor.visit(MessageType messageType) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.