MCPcopy Create free account
hub / github.com/bytebase/bytebase / AsPingCapAST

Method AsPingCapAST

backend/plugin/parser/tidb/ast.go:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30// See plans/2026-04-23-omni-tidb-completion-plan.md §1.5.0 invariant #4.
31type PingCapASTProvider interface {
32 AsPingCapAST() (*AST, bool)
33}
34
35// GetTiDBAST extracts the TiDB AST from a base.AST.

Callers 1

GetTiDBASTFunction · 0.65

Implementers 1

OmniASTbackend/plugin/parser/tidb/omni.go

Calls

no outgoing calls

Tested by

no test coverage detected