Package io.trino.sql.tree
Class SelectItem
- java.lang.Object
-
- io.trino.sql.tree.Node
-
- io.trino.sql.tree.SelectItem
-
- Direct Known Subclasses:
AllColumns
,SingleColumn
public abstract class SelectItem extends Node
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SelectItem(Optional<NodeLocation> location)
-
-
-
Constructor Detail
-
SelectItem
protected SelectItem(Optional<NodeLocation> location)
-
-