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