Uses of Class
io.trino.plugin.hive.HiveSessionProperties.InsertExistingPartitionsBehavior
-
Packages that use HiveSessionProperties.InsertExistingPartitionsBehavior Package Description io.trino.plugin.hive -
-
Uses of HiveSessionProperties.InsertExistingPartitionsBehavior in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HiveSessionProperties.InsertExistingPartitionsBehavior Modifier and Type Method Description HiveSessionProperties.InsertExistingPartitionsBehaviorHiveConfig. getInsertExistingPartitionsBehavior()static HiveSessionProperties.InsertExistingPartitionsBehaviorHiveSessionProperties. getInsertExistingPartitionsBehavior(ConnectorSession session)static HiveSessionProperties.InsertExistingPartitionsBehaviorHiveSessionProperties.InsertExistingPartitionsBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static HiveSessionProperties.InsertExistingPartitionsBehaviorHiveSessionProperties.InsertExistingPartitionsBehavior. valueOf(String value, boolean immutablePartitions)static HiveSessionProperties.InsertExistingPartitionsBehavior[]HiveSessionProperties.InsertExistingPartitionsBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.hive with parameters of type HiveSessionProperties.InsertExistingPartitionsBehavior Modifier and Type Method Description HiveConfigHiveConfig. setInsertExistingPartitionsBehavior(HiveSessionProperties.InsertExistingPartitionsBehavior insertExistingPartitionsBehavior)
-