Uses of Class
com.ibm.cloud.watsonxdata.watsonx_data.v2.model.RunExplainAnalyzeStatementOptions
-
Packages that use RunExplainAnalyzeStatementOptions Package Description com.ibm.cloud.watsonxdata.watsonx_data.v2 watsonx.data v2.com.ibm.cloud.watsonxdata.watsonx_data.v2.model -
-
Uses of RunExplainAnalyzeStatementOptions in com.ibm.cloud.watsonxdata.watsonx_data.v2
Methods in com.ibm.cloud.watsonxdata.watsonx_data.v2 with parameters of type RunExplainAnalyzeStatementOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<RunExplainAnalyzeStatementOKBody>
WatsonxData. runExplainAnalyzeStatement(RunExplainAnalyzeStatementOptions runExplainAnalyzeStatementOptions)
Explain presto analyze. -
Uses of RunExplainAnalyzeStatementOptions in com.ibm.cloud.watsonxdata.watsonx_data.v2.model
Methods in com.ibm.cloud.watsonxdata.watsonx_data.v2.model that return RunExplainAnalyzeStatementOptions Modifier and Type Method Description RunExplainAnalyzeStatementOptions
RunExplainAnalyzeStatementOptions.Builder. build()
Builds a RunExplainAnalyzeStatementOptions.
-