print_ast

package
v0.0.0-...-6dd5906 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2017 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrintAst

func PrintAst(stmt string) ([]byte, []byte, error)

Types

type TypedSQLNode

type TypedSQLNode struct {
	NodeType string `json:"type"`
	sql.SQLNode
	Children []*TypedSQLNode
}

func NewTypedSQLNode

func NewTypedSQLNode(node sql.SQLNode) *TypedSQLNode

Jump to

Keyboard shortcuts

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