public interface InputColumn<T>
Modifier and Type | Method and Description |
---|---|
Decoder<T> |
createDecoder()
Returns a decoder that can read column values from the file.
|
ColumnDescriptor |
getColumnDescriptor()
Parquet column descriptor applying to column.
|
java.lang.Class<T> |
getContentClass()
Class of object that is read from column data.
|
boolean |
isNullable()
Indicates whether null values are a possibility.
|
java.lang.Class<T> getContentClass()
ColumnDescriptor getColumnDescriptor()
boolean isNullable()