featurebase/proto
Cody Soyland 6830657d12 Add query duration to gRPC responses
This adds a "duration" parameter to RowResponse and TableResponse, which
will be populated with the query duration in nanoseconds.

For QueryPQLUnary and QuerySQLUnary, the duration is a included in the
returned TableResponse.

For QuerySQL and QueryPQL, only the first RowResponse in the stream will
contain the duration.
2020-12-04 15:19:12 -06:00
..
vdsm Use vdsm.QueryPQLRequest for vdsm.QueryPQLUnary 2020-10-09 13:34:20 -05:00
interface.go Use shared types from pilosa proto file and enable generic proxying of query calls 2020-09-29 15:30:12 -05:00
pilosa.pb.go Add query duration to gRPC responses 2020-12-04 15:19:12 -06:00
pilosa.proto Add query duration to gRPC responses 2020-12-04 15:19:12 -06:00