Uses of Class
net.snowflake.hivemetastoreconnector.commands.AddPartition
-
Packages that use AddPartition Package Description net.snowflake.hivemetastoreconnector.commands -
-
Uses of AddPartition in net.snowflake.hivemetastoreconnector.commands
Methods in net.snowflake.hivemetastoreconnector.commands that return types with arguments of type AddPartition Modifier and Type Method Description static List<AddPartition>AddPartition. compact(List<AddPartition> addPartitions)Combines N add partition commands with M total partitions into ceil(M / MAX_ADDED_PARTITIONS) new add partition commands.Method parameters in net.snowflake.hivemetastoreconnector.commands with type arguments of type AddPartition Modifier and Type Method Description static List<AddPartition>AddPartition. compact(List<AddPartition> addPartitions)Combines N add partition commands with M total partitions into ceil(M / MAX_ADDED_PARTITIONS) new add partition commands.
-