Uses of Class
com.databricks.sdk.service.sql.PlansState
-
Packages that use PlansState Package Description com.databricks.sdk.service.sql -
-
Uses of PlansState in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return PlansState Modifier and Type Method Description PlansStateQueryInfo. getPlansState()static PlansStatePlansState. valueOf(String name)Returns the enum constant of this type with the specified name.static PlansState[]PlansState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.sql with parameters of type PlansState Modifier and Type Method Description QueryInfoQueryInfo. setPlansState(PlansState plansState)
-