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

Method FindIdent

bq/provider.go:27–29  ·  view source on GitHub ↗
(identName string)

Source from the content-addressed store, hash-verified

25}
26
27func (p *typeProvider) FindIdent(identName string) (ref.Val, bool) {
28 return nil, false
29}
30
31func (p *typeProvider) findSchema(typeName string) (bigquery.Schema, bool) {
32 typeNames := strings.Split(typeName, ".")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected