MCPcopy Index your code
hub / github.com/uber/aresdb / releaseSchema

Method releaseSchema

query/aql_compiler.go:544–548  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

542}
543
544func (qc *AQLQueryContext) releaseSchema() {
545 for _, schema := range qc.TableSchemaByName {
546 schema.RUnlock()
547 }
548}
549
550// resolveColumn resolves the VarRef identifier against the schema,
551// and returns the matched tableID (query scoped) and columnID (schema scoped).

Callers 2

CompileMethod · 0.95

Calls 1

RUnlockMethod · 0.65

Tested by

no test coverage detected