Uses of Enum Class
io.trino.plugin.hive.HiveSessionProperties.InsertExistingPartitionsBehavior
Packages that use HiveSessionProperties.InsertExistingPartitionsBehavior
-
Uses of HiveSessionProperties.InsertExistingPartitionsBehavior in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HiveSessionProperties.InsertExistingPartitionsBehaviorModifier and TypeMethodDescriptionHiveConfig.getInsertExistingPartitionsBehavior()HiveSessionProperties.getInsertExistingPartitionsBehavior(ConnectorSession session) Returns the enum constant of this class with the specified name.HiveSessionProperties.InsertExistingPartitionsBehavior.valueOf(String value, boolean immutablePartitions) HiveSessionProperties.InsertExistingPartitionsBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.hive with parameters of type HiveSessionProperties.InsertExistingPartitionsBehaviorModifier and TypeMethodDescriptionHiveConfig.setInsertExistingPartitionsBehavior(HiveSessionProperties.InsertExistingPartitionsBehavior insertExistingPartitionsBehavior)