influxdb/models
Stuart Carnie 76c4f90f0b
feat(models): Add limits options to line-protocol parser
The behavior of the line-protocol parser remains unchanged. This PR
moves the functions to a struct in order to simplify the tracking of
limits whilst parsing a request.

Limits may be set using the ParsePointsWithOptions API and the
associated WithParser functional options, all of which are documented.

It should be noted that the behavior of ParsePointsWithPrecision remains
unchanged.

ParsePointsWithPrecisionV1 was no longer used and removed to simplify
code.
2020-01-10 14:42:02 -07:00
..
testdata feat(models): Add limits options to line-protocol parser 2020-01-10 14:42:02 -07:00
inline_fnv.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
inline_fnv_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
inline_strconv_parse.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
inline_strconv_parse_test.go Initial import of models package 2018-10-01 12:03:19 +01:00
points.go feat(models): Add limits options to line-protocol parser 2020-01-10 14:42:02 -07:00
points_internal_test.go Merge point parse & explode. 2019-04-24 10:12:15 -06:00
points_parser.go feat(models): Add limits options to line-protocol parser 2020-01-10 14:42:02 -07:00
points_test.go feat(models): Add limits options to line-protocol parser 2020-01-10 14:42:02 -07:00
rows.go Initial import of models package 2018-10-01 12:03:19 +01:00
statistic.go Initial import of models package 2018-10-01 12:03:19 +01:00
statistic_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
tagkeysset.go feat(storage): TagKeysSet is a set of tag keys derived from models.Tags 2019-04-24 11:14:21 -07:00
tagkeysset_test.go fix(query): skip failing end to end tests 2019-05-14 12:52:37 -07:00
time.go Fix typos in miscellaneous packages 2019-04-17 13:30:22 -07:00