| Package | Description |
|---|---|
| com.databricks.sdk.service.catalog |
| Modifier and Type | Method and Description |
|---|---|
EnablePredictiveOptimization |
SchemaInfo.getEnablePredictiveOptimization() |
EnablePredictiveOptimization |
TableInfo.getEnablePredictiveOptimization() |
EnablePredictiveOptimization |
CatalogInfo.getEnablePredictiveOptimization() |
EnablePredictiveOptimization |
UpdateSchema.getEnablePredictiveOptimization() |
EnablePredictiveOptimization |
UpdateCatalog.getEnablePredictiveOptimization() |
EnablePredictiveOptimization |
EffectivePredictiveOptimizationFlag.getValue() |
static EnablePredictiveOptimization |
EnablePredictiveOptimization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnablePredictiveOptimization[] |
EnablePredictiveOptimization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaInfo |
SchemaInfo.setEnablePredictiveOptimization(EnablePredictiveOptimization enablePredictiveOptimization) |
TableInfo |
TableInfo.setEnablePredictiveOptimization(EnablePredictiveOptimization enablePredictiveOptimization) |
CatalogInfo |
CatalogInfo.setEnablePredictiveOptimization(EnablePredictiveOptimization enablePredictiveOptimization) |
UpdateSchema |
UpdateSchema.setEnablePredictiveOptimization(EnablePredictiveOptimization enablePredictiveOptimization) |
UpdateCatalog |
UpdateCatalog.setEnablePredictiveOptimization(EnablePredictiveOptimization enablePredictiveOptimization) |
EffectivePredictiveOptimizationFlag |
EffectivePredictiveOptimizationFlag.setValue(EnablePredictiveOptimization value) |
Copyright © 2024. All rights reserved.