featurebase/internal
Travis 01fa368c6a
Import FieldValues
This PR adds the ability to import field values into RangeEnabled frames
using the `pilosa import` command.

Example:
```
pilosa import -i i -f f --field foo sample-vals.csv
```
imports data from sample-vals.csv, which contains data in the format:
```
[ColumnID, Value]
```

Also fixes a bug where `frame.rangeEnabled` was not being set on frame creation.
2017-09-27 11:43:10 -05:00
..
internal.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
LICENSE Add LICENSE to internal/ folder. 2017-05-01 20:32:04 -05:00
private.pb.go Broadcast and handle the DeleteViewMessage 2017-08-22 11:39:00 -05:00
private.proto Broadcast and handle the DeleteViewMessage 2017-08-22 11:39:00 -05:00
public.pb.go Import FieldValues 2017-09-27 11:43:10 -05:00
public.proto Import FieldValues 2017-09-27 11:43:10 -05:00