Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/netdata/netdata
/ Scan
Method
Scan
src/go/plugin/go.d/pkg/sqlquery/scan.go:28–28 ·
view source on GitHub ↗
(dest ...any)
Source
from the content-addressed store, hash-verified
26
type
RowScanner
interface
{
27
Next() bool
28
Scan(dest ...any) error
29
}
30
31
// ScanTypedRows scans all rows according to specs and returns normalized [][]any rows.
Callers
15
readRows
Function · 0.65
ScanTypedRows
Function · 0.65
FetchTableColumns
Function · 0.65
sysinfo.go
File · 0.65
collectSingleMetric
Method · 0.65
detectVersion
Method · 0.65
doQuerySingleValue
Method · 0.65
doQuerySingleFloatValue
Method · 0.65
readRows
Method · 0.65
collectBackupStatus
Method · 0.65
DoQueryRow
Method · 0.65
Query
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected