T - Metastore component unit typepublic class RdbmsRead<T> extends AbstractRead<T>
Read interface based on AbstractRead parent class.
Reads information from RDBMS tables based on given filter expression.
Supports reading information for specific columns.columns, filter, metadataTypes| Constructor and Description |
|---|
RdbmsRead(MetadataTypeValidator metadataTypeValidator,
RdbmsMetastoreContext<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 RdbmsRead(MetadataTypeValidator metadataTypeValidator, RdbmsMetastoreContext<T> context)
protected List<T> internalExecute()
internalExecute in class AbstractRead<T>Copyright © 2021 The Apache Software Foundation. All rights reserved.