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

Function NewNull

expr/node.go:1150–1152  ·  view source on GitHub ↗
(operator lex.Token)

Source from the content-addressed store, hash-verified

1148}
1149
1150func NewNull(operator lex.Token) *NullNode {
1151 return &NullNode{}
1152}
1153func (m *NullNode) NodeType() string { return "Null" }
1154func (m *NullNode) String() string { return "NULL" }
1155func (m *NullNode) WriteDialect(w DialectWriter) {

Callers 2

cInnerMethod · 0.85
vMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected