%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% @author Angel Herranz %% Manuel Cherep %% %% Copyright 2016, Coowry Ltd. - All rights reserved. %% %% See LICENSE.txt file in src directory for detailed information. %% %% This HRL contains records to represent PG SQL Abstract Syntax %% Tree. Non-terminal symbols of the grammar are referenced according %% to https://ronsavage.github.io/SQL/sql-2003-2.bnf.html -record( select, { quantifier = all :: eesql:set_quant(), %% columns = [] :: list(eesql:derived_column()), %% List of columns to retrieve, * as [] (