lujiajing1126 opened a new pull request #14:
URL: https://github.com/apache/skywalking-banyandb/pull/14
This PR adds Executor for logical plan.
## To be discussed
### The API of `index.Repo`
```go
type Repo interface {
// 1) which Metadata should be used here, since metadata of
IndexRule cannot be used to uniquely determine the traceSeries
// So for now, I use metadata of `TraceSeries`
// 2) Condition
Search(index common.Metadata, startTime, endTime uint64, conditions
[]Condition) ([]common.ChunkID, error)
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]