MCPcopy Index your code
hub / github.com/cockscomb/cel2sql / newConstantString

Function newConstantString

sqltypes/types.go:19–21  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

17)
18
19func newConstantString(str string) *expr.Constant {
20 return &expr.Constant{ConstantKind: &expr.Constant_StringValue{StringValue: str}}
21}
22
23var SQLTypeDeclarations = cel.Declarations(
24 // constants

Callers 1

types.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected