MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / processBooleanExpression

Function processBooleanExpression

engine/engine.go:761–766  ·  view source on GitHub ↗
(booleanExpression *ast.BooleanExpression)

Source from the content-addressed store, hash-verified

759}
760
761func processBooleanExpression(booleanExpression *ast.BooleanExpression) (bool, error) {
762 if booleanExpression.Boolean.Literal == token.TRUE {
763 return true, nil
764 }
765 return false, nil
766}
767
768func getTifierValue(tifier ast.Tifier, row map[string]ValueInterface) (ValueInterface, error) {
769 switch mappedTifier := tifier.(type) {

Callers 1

isFulfillingFiltersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected