Versions in this module Expand all Collapse all v0 v0.4.2 Aug 28, 2020 v0.4.1 Aug 14, 2020 v0.4.0 Jul 30, 2020 Changes in this version + var SelectCases = []string + type Parser interface + Parse func(program string) ([]*Statement, int, error) + func NewParser(dialect string) (Parser, error) + type Statement struct + Inputs []string + IsUnfinishedSelect bool + Outputs []string + String string