Uses of Enum Class
io.trino.plugin.pinot.PinotSplit.SplitType
Packages that use PinotSplit.SplitType
-
Uses of PinotSplit.SplitType in io.trino.plugin.pinot
Methods in io.trino.plugin.pinot that return PinotSplit.SplitTypeModifier and TypeMethodDescriptionPinotSplit.getSplitType()static PinotSplit.SplitTypeReturns the enum constant of this class with the specified name.static PinotSplit.SplitType[]PinotSplit.SplitType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.plugin.pinot with parameters of type PinotSplit.SplitTypeModifierConstructorDescriptionPinotSplit(PinotSplit.SplitType splitType, Optional<String> suffix, List<String> segments, Optional<String> segmentHost, Optional<String> timePredicate)