(identName string)
| 25 | } |
| 26 | |
| 27 | func (p *typeProvider) FindIdent(identName string) (ref.Val, bool) { |
| 28 | return nil, false |
| 29 | } |
| 30 | |
| 31 | func (p *typeProvider) findSchema(typeName string) (bigquery.Schema, bool) { |
| 32 | typeNames := strings.Split(typeName, ".") |
nothing calls this directly
no outgoing calls
no test coverage detected