Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lindb/lindb
/ row
Struct
row
aggregation/topn_test.go:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
)
29
30
type
row
struct
{
31
v float64
32
}
33
34
func
newRow(v float64) Row {
35
return
&row{v: v}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected