Skip to content

Commit 3b7b16b

Browse files
authored
fix: [2.5]support infix and suffix match types in JsonStats (#41388)
fix: [2.5]support infix and suffix match types in JsonStats issue:#41386 pr:#38039 Signed-off-by: Xianhui.Lin <[email protected]>
1 parent f047e9c commit 3b7b16b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/core/src/exec/expression/UnaryExpr.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,8 @@ PhyUnaryRangeFilterExpr::ExecRangeVisitorImplJsonForIndex() {
14021402
}
14031403
}
14041404
}
1405+
case proto::plan::InnerMatch:
1406+
case proto::plan::PostfixMatch:
14051407
case proto::plan::PrefixMatch:
14061408
if constexpr (std::is_same_v<GetType,
14071409
proto::plan::Array>) {

0 commit comments

Comments
 (0)