queryparser-presto-0.1.0.1: Parsing for Presto SQL queries
Database.Sql.Presto.Parser.Internal
type ScopeTableRef = Text Source #
data ParserScope Source #
Constructors
Fields
Instances
Methods
(==) :: ParserScope -> ParserScope -> Bool #
(/=) :: ParserScope -> ParserScope -> Bool #
compare :: ParserScope -> ParserScope -> Ordering #
(<) :: ParserScope -> ParserScope -> Bool #
(<=) :: ParserScope -> ParserScope -> Bool #
(>) :: ParserScope -> ParserScope -> Bool #
(>=) :: ParserScope -> ParserScope -> Bool #
max :: ParserScope -> ParserScope -> ParserScope #
min :: ParserScope -> ParserScope -> ParserScope #
showsPrec :: Int -> ParserScope -> ShowS #
show :: ParserScope -> String #
showList :: [ParserScope] -> ShowS #
type Parser = ParsecT [(Token, Position, Position)] Integer (Reader ParserScope) Source #
getNextCounter :: Parser Integer Source #