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

Method String

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

String representation of Node parseable back to itself

()

Source from the content-addressed store, hash-verified

69 Node interface {
70 // String representation of Node parseable back to itself
71 String() string
72
73 // WriteDialect Given a dialect writer write out, equivalent of String()
74 // but allows different escape characters

Callers 15

TestParseExpressionsFunction · 0.65
IdentityMaybeQuoteFunction · 0.65
IdentityMaybeQuoteStrictFunction · 0.65
LiteralQuoteEscapeFunction · 0.65
StringEscapeFunction · 0.65
StringUnEscapeFunction · 0.65
StringMethod · 0.65
ExprMethod · 0.65
FromExprMethod · 0.65
StringMethod · 0.65
writeToStringMethod · 0.65
StringMethod · 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 11

TestParseExpressionsFunction · 0.52
TestInlineIncludesFunction · 0.52
TestConfigFunction · 0.52
TestRegistryFunction · 0.52
TestValuesFunction · 0.52
TestSqlDialectInitFunction · 0.52
TestLexValueFunction · 0.52
TestFilterDialectInitFunction · 0.52
TestExprDialectInitFunction · 0.52
TestJsonDialectInitFunction · 0.52