MCPcopy
hub / github.com/lindb/lindb / newRollupFile

Struct newRollupFile

kv/version/log.go:255–258  ·  view source on GitHub ↗

newRollupFile represent version edit log for new rollup file for rollup job

Source from the content-addressed store, hash-verified

253
254// newRollupFile represent version edit log for new rollup file for rollup job
255type newRollupFile struct {
256 fileNumber table.FileNumber // file number
257 interval timeutil.Interval // target time interval
258}
259
260// CreateNewRollupFile creates a new rollup file
261func CreateNewRollupFile(fileNumber table.FileNumber, interval timeutil.Interval) Log {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected