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