Uses of Class
io.trino.sql.tree.Descriptor
-
Packages that use Descriptor Package Description io.trino.sql.tree -
-
Uses of Descriptor in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type Descriptor Modifier and Type Method Description Optional<Descriptor>DescriptorArgument. getDescriptor()Methods in io.trino.sql.tree with parameters of type Descriptor Modifier and Type Method Description static DescriptorArgumentDescriptorArgument. descriptorArgument(NodeLocation location, Descriptor descriptor)protected RAstVisitor. visitDescriptor(Descriptor node, C context)
-