Class IcebergRead<T>
java.lang.Object
org.apache.drill.metastore.operate.AbstractRead<T>
org.apache.drill.metastore.iceberg.operate.IcebergRead<T>
- Type Parameters:
T- Metastore component unit type
- All Implemented Interfaces:
Read<T>
Implementation of
Read interface based on AbstractRead parent class.
Reads information from Iceberg table based on given filter expression.
Supports reading information for specific columns.-
Field Summary
Fields inherited from class org.apache.drill.metastore.operate.AbstractRead
columns, filter, metadataTypes -
Constructor Summary
ConstructorsConstructorDescriptionIcebergRead(MetadataTypeValidator metadataTypeValidator, IcebergMetastoreContext<T> context) -
Method Summary
Methods inherited from class org.apache.drill.metastore.operate.AbstractRead
columns, execute, filter, metadataTypesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.drill.metastore.operate.Read
columns, metadataType
-
Constructor Details
-
IcebergRead
-
-
Method Details
-
internalExecute
- Specified by:
internalExecutein classAbstractRead<T>
-