influxdb/tsdb/cursors
Jacob Marble cdbf532f57
refactor(storage): remove dead code and rename a few things (#17217)
* refactor(storage): remove CursorIterators type

* refactor(storage): remove unused tsdb.MarshalTags()

* refactor(storage): remove unused package tsdb/internal

* refactor(storage): rename tsdb/metrics.go to tsdb/series_file_metrics.go

* refactor(storage): remove unused type tagValueSliceIterator

* refactor(storage): rename field row to seriesRow

* refactor(storage): rename tsdb/index.go to tsdb/series_iterators.go
2020-03-12 10:45:48 -07:00
..
arrayvalues.gen.go feat(cursors): Implement Size method so it doesn't panic 2019-08-16 10:34:43 -07:00
arrayvalues.gen.go.tmpl feat(cursors): Implement Size method so it doesn't panic 2019-08-16 10:34:43 -07:00
arrayvalues.gen.go.tmpldata feat(tsdb): Teach storage how to only decode timestamps from a block 2019-04-18 16:19:18 -07:00
arrayvalues.gen_test.go feat(tsdb): Teach storage how to only decode timestamps from a block 2019-04-18 16:19:18 -07:00
arrayvalues.go feat(cursors): Implement Size method so it doesn't panic 2019-08-16 10:34:43 -07:00
arrayvalues_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
cursor.go refactor(storage): remove dead code and rename a few things (#17217) 2020-03-12 10:45:48 -07:00
gen.go fix(cursors): Add go:generate directive 2019-04-18 16:19:17 -07:00
string.go feat(storage): Teach TagKeys, TagValues how to accumulate statistics 2019-04-24 11:14:22 -07:00