influxdb/pkg/escape
Joe LeGasse 743946fafb models: Add FieldIterator type
The FieldIterator is used to scan over the fields of a point, providing
information, and delaying parsing/decoding the value until it is needed.
This change uses this new type to avoid the allocation of a map for the
fields which is then thrown away as soon as the points get converted
into columns within the datastore.
2016-10-03 16:30:21 -06:00
..
bytes.go models: Add FieldIterator type 2016-10-03 16:30:21 -06:00
bytes_test.go models: Add FieldIterator type 2016-10-03 16:30:21 -06:00
strings.go Skip allocating string in unescapeString 2016-05-27 10:30:08 -06:00