public interface InputColumn<T>
Modifier and Type | Method and Description |
---|---|
Decoder<T> |
createDecoder()
Returns a decoder that can read column values from the file.
|
org.apache.parquet.column.ColumnDescriptor |
getColumnDescriptor()
Parquet column descriptor applying to column.
|
Class<T> |
getContentClass()
Class of object that is read from column data.
|
DomainMapper |
getDomainMapper()
Returns a domain mapper if there is one.
|
boolean |
isNullable()
Indicates whether null values are a possibility.
|
Class<T> getContentClass()
org.apache.parquet.column.ColumnDescriptor getColumnDescriptor()
boolean isNullable()
DomainMapper getDomainMapper()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.