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

Interface Expression

ast/ast.go:33–35  ·  view source on GitHub ↗

Expression - Mathematical expression that is used to evaluate conditions Methods: GetIdentifiers - Return array for all Identifiers within expression

Source from the content-addressed store, hash-verified

31//
32// GetIdentifiers - Return array for all Identifiers within expression
33type Expression interface {
34 GetIdentifiers() []Identifier
35}
36
37// Tifier - Interface that represent Token with string value
38//

Callers 2

getFilteredTableMethod · 0.65
GetIdentifiersMethod · 0.65

Implementers 4

Calls

no outgoing calls

Tested by

no test coverage detected