MCPcopy Create free account
hub / github.com/araddon/qlbridge / Expr

Method Expr

expr/node.go:87–87  ·  view source on GitHub ↗

Expr Convert node into a simple expression syntax which can be used for json respresentation

()

Source from the content-addressed store, hash-verified

85 // Expr Convert node into a simple expression syntax
86 // which can be used for json respresentation
87 Expr() *Expr
88 // FromExpr
89 FromExpr(*Expr) error
90

Callers 6

ExprMethod · 0.65
ExprMethod · 0.65
ExprsFromNodesFunction · 0.65
TestExprRoundTripFunction · 0.65
TestNodeJsonFunction · 0.65
parseFilterQlTestFunction · 0.65

Implementers 12

FuncNodeexpr/node.go
NumberNodeexpr/node.go
StringNodeexpr/node.go
ValueNodeexpr/node.go
IdentityNodeexpr/node.go
NullNodeexpr/node.go
BinaryNodeexpr/node.go
BooleanNodeexpr/node.go
TriNodeexpr/node.go
UnaryNodeexpr/node.go
IncludeNodeexpr/node.go
ArrayNodeexpr/node.go

Calls

no outgoing calls

Tested by 3

TestExprRoundTripFunction · 0.52
TestNodeJsonFunction · 0.52
parseFilterQlTestFunction · 0.52