Uses of Class
io.trino.sql.tree.FunctionSpecification
Packages that use FunctionSpecification
-
Uses of FunctionSpecification in io.trino.sql.parser
Methods in io.trino.sql.parser that return FunctionSpecification -
Uses of FunctionSpecification in io.trino.sql.tree
Methods in io.trino.sql.tree that return FunctionSpecificationMethods in io.trino.sql.tree that return types with arguments of type FunctionSpecificationMethods in io.trino.sql.tree with parameters of type FunctionSpecificationModifier and TypeMethodDescriptionprotected RAstVisitor.visitFunctionSpecification(FunctionSpecification node, C context) Constructors in io.trino.sql.tree with parameters of type FunctionSpecificationModifierConstructorDescriptionCreateFunction(FunctionSpecification specification, boolean replace) CreateFunction(NodeLocation location, FunctionSpecification specification, boolean replace) Constructor parameters in io.trino.sql.tree with type arguments of type FunctionSpecificationModifierConstructorDescriptionQuery(NodeLocation location, List<FunctionSpecification> functions, Optional<With> with, QueryBody queryBody, Optional<OrderBy> orderBy, Optional<Offset> offset, Optional<Node> limit) Query(List<FunctionSpecification> functions, Optional<With> with, QueryBody queryBody, Optional<OrderBy> orderBy, Optional<Offset> offset, Optional<Node> limit)