Uses of Class
io.trino.plugin.hive.HiveTypeName
-
Packages that use HiveTypeName Package Description io.trino.plugin.hive -
-
Uses of HiveTypeName in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HiveTypeName Modifier and Type Method Description HiveTypeNameHiveType. getHiveTypeName()Methods in io.trino.plugin.hive that return types with arguments of type HiveTypeName Modifier and Type Method Description Map<Integer,HiveTypeName>TableToPartitionMapping. getPartitionColumnCoercions()Method parameters in io.trino.plugin.hive with type arguments of type HiveTypeName Modifier and Type Method Description static TableToPartitionMappingTableToPartitionMapping. mapColumnsByIndex(Map<Integer,HiveTypeName> columnCoercions)Constructor parameters in io.trino.plugin.hive with type arguments of type HiveTypeName Constructor Description TableToPartitionMapping(Optional<Map<Integer,Integer>> tableToPartitionColumns, Map<Integer,HiveTypeName> partitionColumnCoercions)
-