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

Method GetValue

utils/table_writer.go:28–28  ·  view source on GitHub ↗
(row, col int)

Source from the content-addressed store, hash-verified

26type TableDataSource interface {
27 NumRows() int
28 GetValue(row, col int) interface{}
29 ColumnHeaders() []string
30}
31

Callers 1

WriteTableFunction · 0.65

Implementers 1

oopkQueryStatsquery/stats.go

Calls

no outgoing calls

Tested by

no test coverage detected