MCPcopy 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

lookupMethod · 0.65
FormatMethod · 0.65
NewFmtCtxFunction · 0.65
CloneMethod · 0.65
GetAnnotationMethod · 0.65
getOverloadTypeCheckerFunction · 0.65
StringMethod · 0.65
StringMethod · 0.65

Implementers 1

VectorRowspkg/sql/sem/tree/values.go

Calls

no outgoing calls

Tested by

no test coverage detected