MCPcopy Create free account
hub / github.com/GitbookIO/micro-analytics / Query

Method Query

database/driver.go:11–11  ·  view source on GitHub ↗

Return all stats

(params Params)

Source from the content-addressed store, hash-verified

9 Series(params Params) (*Intervals, error)
10 // Return all stats
11 Query(params Params) (*Analytics, error)
12 // Handle adding new stats
13 Insert(params Params, analytic Analytic) error
14 // Handle bulk insert

Callers 10

QueryMethod · 0.65
QueryMethod · 0.65
formatURLForCacheFunction · 0.65
cachedRequestFunction · 0.65
QueryFunction · 0.65
GroupByFunction · 0.65
GroupByUniqFunction · 0.65
SeriesFunction · 0.65
SeriesUniqFunction · 0.65
NewRouterFunction · 0.65

Implementers 2

SQLitedatabase/sqlite/sqlite.go
Shardeddatabase/sqlite/sharded.go

Calls

no outgoing calls

Tested by

no test coverage detected