Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Completion ¶
func ParsePartiQL ¶
func ParsePartiQL(statement string) ([]*base.ParseResult, error)
ParsePartiQL parses the given PartiQL statement by using antlr4. Returns a list of AST and token stream if no error.
Types ¶
type Completer ¶
type Completer struct {
// contains filtered or unexported fields
}
func NewStandardCompleter ¶
func NewTrickyCompleter ¶
type CompletionMap ¶
func (CompletionMap) Insert ¶
func (m CompletionMap) Insert(entry base.Candidate)
Click to show internal directories.
Click to hide internal directories.