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

Struct Session

backend/session.go:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 "github.com/dolthub/go-mysql-server/sql/plan"
31 "github.com/dolthub/vitess/go/mysql"
32)
33
34type Session struct {
35 *memory.Session
36 db *catalog.DatabaseProvider
37 queryRowLimit uint64
38 mysqlImplicitDDL atomic.Bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected