horaedb
horaedb copied to clipboard
feat: implement opentsdb query
Rationale
Opentsdb write protocol is already supported, this PR implement query protocol.
Detailed Changes
- Convert opentsdb query requests into datafusion logical plans
- Convert the RecordBatch format of the query results into the return response format of the opentsdb query requests
Test Plan
- Existing tests
- add new unit tests
@baojinri Would you please resolve the conflicts for the following review?
@baojinri Would you please resolve the conflicts for the following review?
I'm resolving those conflicts now