Skip to content

Commit

Permalink
Support json contains feature
Browse files Browse the repository at this point in the history
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
  • Loading branch information
xiaocai2333 committed Aug 11, 2023
1 parent b6fcbb0 commit 6cbd644
Show file tree
Hide file tree
Showing 33 changed files with 4,907 additions and 760 deletions.
1 change: 1 addition & 0 deletions internal/core/src/common/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ using VectorArray = proto::schema::VectorField;
using IdArray = proto::schema::IDs;
using InsertData = proto::segcore::InsertRecord;
using PkType = std::variant<std::monostate, int64_t, std::string>;
using ContainsType = proto::plan::JSONContainsExpr_JSONOp;

inline bool
IsPrimaryKeyDataType(DataType data_type) {
Expand Down
995 changes: 855 additions & 140 deletions internal/core/src/pb/plan.pb.cc

Large diffs are not rendered by default.

Loading

0 comments on commit 6cbd644

Please sign in to comment.