Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
19
func
newConstantString(str string) *expr.Constant {
20
return
&expr.Constant{ConstantKind: &expr.Constant_StringValue{StringValue: str}}
21
}
22
23
var
SQLTypeDeclarations = cel.Declarations(
24
// constants
Callers
1
types.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected