parser

package
v0.0.0-...-90a1d44 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NumberOfParsers = 8
)

Variables

This section is empty.

Functions

func Parse

func Parse(query string) ([]ast.StmtNode, error)

Types

type Parser

type Parser interface {
	Parse(query string) ([]ast.StmtNode, error)
	Release()
}

func GetParser

func GetParser() Parser

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL