コード例 #1
0
ファイル: evaluator.go プロジェクト: mrtoms/tidb
func (e *Evaluator) parentheses(v *ast.ParenthesesExpr) bool {
	v.SetValue(v.Expr.GetValue())
	return true
}