T - Metastore component unit typepublic class IcebergRead<T> extends AbstractRead<T>
Read interface based on AbstractRead parent class.
Reads information from Iceberg table based on given filter expression.
Supports reading information for specific columns.columns, filter, metadataTypes| Constructor and Description |
|---|
IcebergRead(MetadataTypeValidator metadataTypeValidator,
IcebergMetastoreContext<T> context) |
| Modifier and Type | Method and Description |
|---|---|
protected List<T> |
internalExecute() |
columns, execute, filter, metadataTypesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcolumns, metadataTypepublic IcebergRead(MetadataTypeValidator metadataTypeValidator, IcebergMetastoreContext<T> context)
protected List<T> internalExecute()
internalExecute in class AbstractRead<T>Copyright © 2021 The Apache Software Foundation. All rights reserved.