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