public abstract class ParquetField extends Object
Constructor and Description |
---|
ParquetField(DataType type,
int repetitionLevel,
int definitionLevel,
boolean required) |
Modifier and Type | Method and Description |
---|---|
int |
getDefinitionLevel() |
int |
getRepetitionLevel() |
DataType |
getType() |
boolean |
isRequired() |
String |
toString() |
public ParquetField(DataType type, int repetitionLevel, int definitionLevel, boolean required)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.