MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / GetRow

Method GetRow

pkg/sql/sem/tree/window_funcs.go:26–26  ·  view source on GitHub ↗

returns number of rows

(ctx context.Context, idx int)

Source from the content-addressed store, hash-verified

24type IndexedRows interface {
25 Len() int // returns number of rows
26 GetRow(ctx context.Context, idx int) (IndexedRow, error) // returns a row at the given index or an error
27}
28
29// IndexedRow is a row with a corresponding index.

Callers 3

ArgsByRowIdxMethod · 0.80
valueAtMethod · 0.80
IsRowSkippedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected