| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
QueryPlanningContext |
QueryPlanningContext.addQueryParametersEntry(String key,
String value)
Add a single QueryParameters entry
|
QueryPlanningContext |
QueryPlanningContext.clearQueryParametersEntries()
Removes all the entries added into QueryParameters.
|
QueryPlanningContext |
QueryPlanningContext.clone() |
QueryPlanningContext |
StartQueryPlanningRequest.getQueryPlanningContext()
A structure containing information about the query plan.
|
QueryPlanningContext |
QueryPlanningContext.withCatalogId(String catalogId)
The ID of the Data Catalog where the partition in question resides.
|
QueryPlanningContext |
QueryPlanningContext.withDatabaseName(String databaseName)
The database containing the table.
|
QueryPlanningContext |
QueryPlanningContext.withQueryAsOfTime(Date queryAsOfTime)
The time as of when to read the table contents.
|
QueryPlanningContext |
QueryPlanningContext.withQueryParameters(Map<String,String> queryParameters)
A map consisting of key-value pairs.
|
QueryPlanningContext |
QueryPlanningContext.withTransactionId(String transactionId)
The transaction ID at which to read the table contents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartQueryPlanningRequest.setQueryPlanningContext(QueryPlanningContext queryPlanningContext)
A structure containing information about the query plan.
|
StartQueryPlanningRequest |
StartQueryPlanningRequest.withQueryPlanningContext(QueryPlanningContext queryPlanningContext)
A structure containing information about the query plan.
|
Copyright © 2023. All rights reserved.