Package io.trino.operator.scalar
Class SequenceFunction
java.lang.Object
io.trino.operator.scalar.SequenceFunction
-
Method Summary
Modifier and TypeMethodDescriptionstatic intcheckMaxEntry(long length) static voidcheckValidStep(long start, long stop, long step) static Blocksequence(long start, long stop, long step) static BlocksequenceDateDayToSecond(long start, long stop, long step) static BlocksequenceDateDefaultStep(long start, long stop) static BlocksequenceDateYearToMonth(long start, long stop, long step) static BlocksequenceDefaultStep(long start, long stop)
-
Method Details
-
sequence
-
sequenceDefaultStep
-
sequenceDateDefaultStep
-
sequenceDateDayToSecond
-
sequenceDateYearToMonth
-
checkValidStep
public static void checkValidStep(long start, long stop, long step) -
checkMaxEntry
public static int checkMaxEntry(long length)
-