Uses of Class
io.trino.sql.tree.SkipTo
-
Packages that use SkipTo Package Description io.trino.sql io.trino.sql.tree -
-
Uses of SkipTo in io.trino.sql
Methods in io.trino.sql with parameters of type SkipTo Modifier and Type Method Description static StringExpressionFormatter. formatSkipTo(SkipTo skipTo) -
Uses of SkipTo in io.trino.sql.tree
Methods in io.trino.sql.tree that return SkipTo Modifier and Type Method Description static 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 SkipTo Modifier and Type Method Description Optional<SkipTo>PatternRecognitionRelation. getAfterMatchSkipTo()Optional<SkipTo>WindowFrame. getAfterMatchSkipTo()Methods in io.trino.sql.tree with parameters of type SkipTo Modifier and Type Method Description protected RAstVisitor. visitSkipTo(SkipTo node, C context)
-