# Functions
FieldsFromSelect returns a list of field names based on the columns of a select statement or error if it's unable to extract them.
# Structs
SelectParser contains the fields part of a SQL SELECT Statement and its parsed columns and respectives names and encapsulates the ability to produce said parsed data.