Uses of Class
io.trino.plugin.pinot.PinotSplit.SplitType
-
Packages that use PinotSplit.SplitType Package Description io.trino.plugin.pinot -
-
Uses of PinotSplit.SplitType in io.trino.plugin.pinot
Methods in io.trino.plugin.pinot that return PinotSplit.SplitType Modifier and Type Method Description PinotSplit.SplitTypePinotSplit. getSplitType()static PinotSplit.SplitTypePinotSplit.SplitType. valueOf(String name)Returns the enum constant of this type with the specified name.static PinotSplit.SplitType[]PinotSplit.SplitType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.plugin.pinot with parameters of type PinotSplit.SplitType Constructor Description PinotSplit(PinotSplit.SplitType splitType, Optional<String> suffix, List<String> segments, Optional<String> segmentHost, Optional<String> timePredicate)
-