MCPcopy
hub / github.com/uber/aresdb / NumRows

Method NumRows

utils/table_writer.go:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25// col within [0,numRows) and [0, numCols), it should return valid value and should not panic.
26type TableDataSource interface {
27 NumRows() int
28 GetValue(row, col int) interface{}
29 ColumnHeaders() []string
30}

Callers 2

WriteTableFunction · 0.65
stats_test.goFile · 0.65

Implementers 1

oopkQueryStatsquery/stats.go

Calls

no outgoing calls

Tested by

no test coverage detected