public static interface QueryExecutionContext.Builder extends SdkPojo, CopyableBuilder<QueryExecutionContext.Builder,QueryExecutionContext>
| Modifier and Type | Method and Description |
|---|---|
QueryExecutionContext.Builder |
catalog(String catalog)
The name of the data catalog used in the query execution.
|
QueryExecutionContext.Builder |
database(String database)
The name of the database used in the query execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryExecutionContext.Builder database(String database)
The name of the database used in the query execution. The database must exist in the catalog.
database - The name of the database used in the query execution. The database must exist in the catalog.QueryExecutionContext.Builder catalog(String catalog)
The name of the data catalog used in the query execution.
catalog - The name of the data catalog used in the query execution.Copyright © 2023. All rights reserved.