Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ Get
Method
Get
pkg/sql/sem/tree/values.go:31–31 ·
view source on GitHub ↗
Get returns the Expr at row i column j.
(i, j int)
Source
from the content-addressed store, hash-verified
29
NumCols() int
30
// Get returns the Expr at row i column j.
31
Get(i, j int) Expr
32
}
33
34
// RawRows exposes a [][]TypedExpr as an ExprContainer.
Callers
8
lookup
Method · 0.65
Format
Method · 0.65
NewFmtCtx
Function · 0.65
Clone
Method · 0.65
GetAnnotation
Method · 0.65
getOverloadTypeChecker
Function · 0.65
String
Method · 0.65
String
Method · 0.65
Implementers
1
VectorRows
pkg/sql/sem/tree/values.go
Calls
no outgoing calls
Tested by
no test coverage detected