Uses of Record Class
io.trino.plugin.hive.LocationService.WriteInfo
Packages that use LocationService.WriteInfo
-
Uses of LocationService.WriteInfo in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return LocationService.WriteInfoModifier and TypeMethodDescriptionHiveLocationService.getPartitionWriteInfo(LocationHandle locationHandle, Optional<Partition> partition, String partitionName) LocationService.getPartitionWriteInfo(LocationHandle locationHandle, Optional<Partition> partition, String partitionName) Ifpartitionis present, returnsWriteInfofor appending existing partition; otherwise, returnsWriteInfofor writing new partition or overwriting existing partition.HiveLocationService.getQueryWriteInfo(LocationHandle locationHandle) LocationService.getQueryWriteInfo(LocationHandle locationHandle) targetPath and writePath will be root directory of all partition and table paths that may be returned byLocationService.getTableWriteInfo(LocationHandle, boolean)andLocationService.getPartitionWriteInfo(LocationHandle, Optional, String)method.HiveLocationService.getTableWriteInfo(LocationHandle locationHandle, boolean overwrite) LocationService.getTableWriteInfo(LocationHandle locationHandle, boolean overwrite)