MCPcopy Index your code
hub / github.com/bytebase/bytebase / GetExternalTable

Method GetExternalTable

backend/store/model/database.go:392–395  ·  view source on GitHub ↗

GetExternalTable gets the external table by name.

(name string)

Source from the content-addressed store, hash-verified

390
391// GetExternalTable gets the external table by name.
392func (s *SchemaMetadata) GetExternalTable(name string) *ExternalTableMetadata {
393 nameID := normalizeNameByCaseSensitivity(name, s.isObjectCaseSensitive)
394 return s.internalExternalTable[nameID]
395}
396
397// GetFunction gets the function by name.
398// Note: For overloaded functions, this returns the first match by name only.

Callers 11

buildCompletionCatalogFunction · 0.80
omniAccessTableExistsMethod · 0.80
existsTableMetadataMethod · 0.80
insertColumnsMethod · 0.80
insertAllColumnsMethod · 0.80
SearchExternalTableMethod · 0.80
SearchObjectMethod · 0.80
SearchExternalTableMethod · 0.80
SearchObjectMethod · 0.80

Calls 1

Tested by

no test coverage detected