Uses of Enum Class
io.trino.plugin.hudi.model.HudiTableType
Packages that use HudiTableType
Package
Description
-
Uses of HudiTableType in io.trino.plugin.hudi
Methods in io.trino.plugin.hudi that return HudiTableTypeConstructors in io.trino.plugin.hudi with parameters of type HudiTableTypeModifierConstructorDescriptionHudiTableHandle(String schemaName, String tableName, String basePath, HudiTableType tableType, List<io.trino.plugin.hive.HiveColumnHandle> partitionColumns, TupleDomain<io.trino.plugin.hive.HiveColumnHandle> partitionPredicates, TupleDomain<io.trino.plugin.hive.HiveColumnHandle> regularPredicates) HudiTableHandle(String schemaName, String tableName, String basePath, HudiTableType tableType, List<io.trino.plugin.hive.HiveColumnHandle> partitionColumns, Set<io.trino.plugin.hive.HiveColumnHandle> constraintColumns, TupleDomain<io.trino.plugin.hive.HiveColumnHandle> partitionPredicates, TupleDomain<io.trino.plugin.hive.HiveColumnHandle> regularPredicates) -
Uses of HudiTableType in io.trino.plugin.hudi.config
Methods in io.trino.plugin.hudi.config that return HudiTableType -
Uses of HudiTableType in io.trino.plugin.hudi.model
Methods in io.trino.plugin.hudi.model that return HudiTableTypeModifier and TypeMethodDescriptionstatic HudiTableTypeReturns the enum constant of this class with the specified name.static HudiTableType[]HudiTableType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HudiTableType in io.trino.plugin.hudi.table
Methods in io.trino.plugin.hudi.table that return HudiTableType