mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
add makeRows() tests register the gRPC server use api.Index() instead of api.Schema() support most field types in Inspect() query currently, there's no support for `time` fields. those will be dependent upon the output format and the ability to materialize the timestamp from the time views. this commit also changes the response type of the `Inspect()` query to be a tabular `RowResponse`. |
||
|---|---|---|
| .. | ||
| check.go | ||
| check_test.go | ||
| common.go | ||
| config.go | ||
| config_test.go | ||
| doc.go | ||
| export.go | ||
| export_test.go | ||
| generate_config.go | ||
| generate_config_test.go | ||
| import.go | ||
| import_test.go | ||
| inspect.go | ||
| inspect_test.go | ||
| server.go | ||
| server_test.go | ||