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

Function NewOperatorTransform

transpiler/transform/operators.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12type OperatorTransform struct{}
13
14func NewOperatorTransform() *OperatorTransform {
15 return &OperatorTransform{}
16}
17
18func (t *OperatorTransform) Name() string {
19 return "operators"

Calls

no outgoing calls