package
0.10.1
Repository: https://github.com/featurebasedb/featurebase.git
Documentation: pkg.go.dev

# Functions

CopyArgs returns a copy of m.
No description provided by the author
Lookup returns the token associated with a given string.
NewParser returns a new instance of Parser.
NewScanner returns a new instance of Scanner.
ParseString parses s into a query.

# Constants

No description provided by the author
=.
bad escape or unclosed string.
><.
,.
No description provided by the author
==.
100.2.
>.
>=.
main.
Special tokens.
12345.
(.
(.
<.
<=.
!=.
).
).
"foo".
TimeFormat is the go-style time format used to parse string dates.
No description provided by the author

# Structs

Call represents a function call in the AST.
Condition represents an operation & value.
ParseError represents an error that occurred while parsing a PQL query.
Parser represents a parser for the PQL language.
Pos specifies the line and character position of a token.
Query represents a PQL query.
Scanner represents a PQL lexical scanner.

# Type aliases

Token is a lexical token of the PQL language.