Documentation ¶
Overview ¶
Package expr - ast.go has the following license: Copyright © 2016 Alan A. A. Donovan & Brian W. Kernighan. License: https://creativecommons.org/licenses/by-nc-sa/4.0/ Adapted by Yiping (Allison) Su
Package expr - eval.go has the following license: Copyright © 2016 Alan A. A. Donovan & Brian W. Kernighan. License: https://creativecommons.org/licenses/by-nc-sa/4.0/ Adapted by Yiping (Allison) Su
Package expr - parse.go has the following license: Copyright © 2016 Alan A. A. Donovan & Brian W. Kernighan. License: https://creativecommons.org/licenses/by-nc-sa/4.0/ Adapted by Yiping (Allison) Su
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Binary ¶
type Binary struct { // Op represents a parsable operation (AND, OR) Op string // X, Y represent the left and right hand side values respectively X, Y Expr }
Binary represents a SQL query expression
Click to show internal directories.
Click to hide internal directories.