MCPcopy Create free account
hub / github.com/apecloud/myduckserver / CurrentSchemaOfUnderlyingConn

Method CurrentSchemaOfUnderlyingConn

backend/session.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 sess.queryRowLimit = limit
45 }
46}
47
48func NewSession(base *memory.Session, provider *catalog.DatabaseProvider, opts ...SessionOption) *Session {
49 sess := &Session{Session: base, db: provider}
50 for _, opt := range opts {
51 opt(sess)

Callers 1

doQueryMethod · 0.80

Calls 3

CurrentSchemaMethod · 0.80
PoolMethod · 0.80
IDMethod · 0.80

Tested by

no test coverage detected