Uses of Class
io.trino.sql.tree.SkipTo
Packages that use SkipTo
-
Uses of SkipTo in io.trino.sql
Methods in io.trino.sql with parameters of type SkipTo -
Uses of SkipTo in io.trino.sql.tree
Methods in io.trino.sql.tree that return SkipToModifier and TypeMethodDescriptionstatic SkipToSkipTo.skipPastLastRow()static SkipToSkipTo.skipPastLastRow(NodeLocation location) static SkipToSkipTo.skipToFirst(Identifier identifier) static SkipToSkipTo.skipToFirst(NodeLocation location, Identifier identifier) static SkipToSkipTo.skipToLast(Identifier identifier) static SkipToSkipTo.skipToLast(NodeLocation location, Identifier identifier) static SkipToSkipTo.skipToNextRow()static SkipToSkipTo.skipToNextRow(NodeLocation location) Methods in io.trino.sql.tree that return types with arguments of type SkipToModifier and TypeMethodDescriptionPatternRecognitionRelation.getAfterMatchSkipTo()WindowFrame.getAfterMatchSkipTo()Methods in io.trino.sql.tree with parameters of type SkipTo