Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sampledataccl: add an abstraction for ccl testdata
Data is a representation of a sql table, used for creating test data in various forms (sql rows, kvs, enterprise backup). We only have one for the moment (a bank table with an id, balance, and payload for padding row-size), but the indirection of the interface didn't really add any complexity.
- Loading branch information