MCPcopy Create free account
hub / github.com/cockscomb/cel2sql / typeProvider

Struct typeProvider

bq/provider.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type typeProvider struct {
16 schemas map[string]bigquery.Schema
17}
18
19func NewTypeProvider(schemas map[string]bigquery.Schema) *typeProvider {
20 return &typeProvider{schemas: schemas}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected