mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-03 01:12:25 +08:00
[skip e2e] Reorder header files for ExecExprVisitor.cpp (#14719)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
ee853ff7db
commit
d5c285ed5b
@ -9,17 +9,17 @@
|
||||
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||
|
||||
#include <deque>
|
||||
#include <optional>
|
||||
#include <utility>
|
||||
#include <boost/dynamic_bitset.hpp>
|
||||
#include <boost/variant.hpp>
|
||||
#include <utility>
|
||||
#include <deque>
|
||||
#include "segcore/SegmentGrowingImpl.h"
|
||||
|
||||
#include "query/ExprImpl.h"
|
||||
#include "query/generated/ExecExprVisitor.h"
|
||||
#include "segcore/SegmentGrowingImpl.h"
|
||||
|
||||
namespace milvus::query {
|
||||
#if 1
|
||||
// THIS CONTAINS EXTRA BODY FOR VISITOR
|
||||
// WILL BE USED BY GENERATOR
|
||||
namespace impl {
|
||||
@ -67,7 +67,6 @@ class ExecExprVisitor : ExprVisitor {
|
||||
Timestamp timestamp_;
|
||||
};
|
||||
} // namespace impl
|
||||
#endif
|
||||
|
||||
void
|
||||
ExecExprVisitor::visit(LogicalUnaryExpr& expr) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user