public abstract class Field extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Field(com.facebook.presto.common.type.Type type,
int repetitionLevel,
int definitionLevel,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefinitionLevel() |
int |
getRepetitionLevel() |
com.facebook.presto.common.type.Type |
getType() |
boolean |
isRequired() |
Copyright © 2012–2023. All rights reserved.