Package io.prestosql.sql.tree
Class SelectItem
- java.lang.Object
-
- io.prestosql.sql.tree.Node
-
- io.prestosql.sql.tree.SelectItem
-
- Direct Known Subclasses:
AllColumns,SingleColumn
public abstract class SelectItem extends Node
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSelectItem(java.util.Optional<NodeLocation> location)
-
Method Summary
-
Methods inherited from class io.prestosql.sql.tree.Node
accept, equals, getChildren, getLocation, hashCode, toString
-
-
-
-
Constructor Detail
-
SelectItem
protected SelectItem(java.util.Optional<NodeLocation> location)
-
-