| Package | Description |
|---|---|
| com.exasol.adapter.request | |
| com.exasol.adapter.sql |
| Modifier and Type | Method and Description |
|---|---|
SqlStatement |
PushDownRequest.getSelect()
Get the
SELECT statement that should be pushed down to the external data source |
| Constructor and Description |
|---|
PushDownRequest(String adapterName,
SchemaMetadataInfo schemaMetadataInfo,
SqlStatement select,
List<TableMetadata> involvedTablesMetadata)
Create a new request of type
PushDownRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlStatementSelect
We could consider to apply builder pattern here (if time)
|
Copyright © 2019. All rights reserved.