You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2021/08/03 13:53:19 UTC

[skywalking-banyandb] 03/05: Merge remote-tracking branch 'origin/main' into index-mem

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch index-mem
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit 5d6347613e6b866ba4d7a74dfd03f1690b36181e
Merge: 39fd5eb c015dd9
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Sat Jul 31 00:10:19 2021 +0800

    Merge remote-tracking branch 'origin/main' into index-mem

 Makefile                                 |   1 +
 {banyand/query => api/event}/query.go    |  25 ++-
 banyand/index/index.go                   |   4 +-
 banyand/internal/cmd/standalone.go       |   2 +-
 banyand/query/processor.go               | 100 ++++++++++
 banyand/query/processor_test.go          | 333 +++++++++++++++++++++++++++++++
 banyand/query/query.go                   |  12 +-
 banyand/queue/queue.go                   |   6 +-
 banyand/series/series.go                 |   3 +
 banyand/series/trace/common_test.go      |  13 +-
 banyand/series/trace/trace.go            |  34 +++-
 go.mod                                   |   1 +
 go.sum                                   |   2 +
 pkg/query/logical/analyzer.go            |  26 ++-
 pkg/query/logical/analyzer_test.go       |   3 +-
 pkg/query/logical/common_test.go         |  39 +++-
 pkg/query/logical/plan_execution_test.go |  13 +-
 pkg/query/logical/plan_indexscan.go      |  65 ++++--
 pkg/query/logical/plan_tablescan.go      |   9 +-
 pkg/query/logical/plan_traceid.go        |  74 +++++--
 pkg/query/logical/schema.go              |  25 ++-
 21 files changed, 689 insertions(+), 101 deletions(-)