MCPcopy Create free account
hub / github.com/PostHog/duckgres / nullConstNode

Function nullConstNode

transpiler/transform/boolpredicates.go:384–393  ·  view source on GitHub ↗
(location int32)

Source from the content-addressed store, hash-verified

382}
383
384func nullConstNode(location int32) *pg_query.Node {
385 return &pg_query.Node{
386 Node: &pg_query.Node_AConst{
387 AConst: &pg_query.A_Const{
388 Isnull: true,
389 Location: location,
390 },
391 },
392 }
393}

Callers 2

createJSONConcatExprMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected