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, TupleDomain<HiveColumnHandle> partitionPredicates, TupleDomain<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