Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion be/src/exec/common/hash_table/hash_table_set_build.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@

#include "core/column/column.h"
#include "exec/operator/set_sink_operator.h"
#include "runtime/runtime_state.h"

namespace doris {

class RuntimeState;
#include "common/compile_check_begin.h"
constexpr size_t CHECK_FRECUENCY = 65536;
template <class HashTableContext, bool is_intersect>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
#include "exec/runtime_filter/runtime_filter_producer_helper.h"
#include "exprs/vexpr.h"
#include "exprs/vexpr_context.h"
#include "runtime/runtime_state.h"

namespace doris {

class RuntimeState;
#include "common/compile_check_begin.h"
// this class used in cross join node
class RuntimeFilterProducerHelperCross : public RuntimeFilterProducerHelper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
#include "exec/runtime_filter/runtime_filter_producer_helper.h"
#include "exprs/vexpr.h"
#include "exprs/vexpr_context.h"
#include "runtime/runtime_state.h"

namespace doris {

class RuntimeState;
#include "common/compile_check_begin.h"
// this class used in set sink node
class RuntimeFilterProducerHelperSet : public RuntimeFilterProducerHelper {
Expand Down
1 change: 1 addition & 0 deletions be/src/exec/sink/tablet_sink_hash_partitioner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <utility>

#include "exec/operator/operator.h"
#include "runtime/runtime_state.h"

namespace doris {
#include "common/compile_check_begin.h"
Expand Down
3 changes: 2 additions & 1 deletion be/src/exec/sink/tablet_sink_hash_partitioner.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
#include "exec/sink/vrow_distribution.h"
#include "exec/sink/vtablet_block_convertor.h"
#include "exec/sink/vtablet_finder.h"
#include "runtime/runtime_state.h"
#include "storage/tablet_info.h"

namespace doris {

class RuntimeState;
#include "common/compile_check_begin.h"
class TabletSinkHashPartitioner final : public PartitionerBase {
public:
Expand Down
3 changes: 2 additions & 1 deletion be/src/exprs/lambda_function/lambda_function.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
#include "core/block/block.h"
#include "exprs/vexpr.h"
#include "exprs/vexpr_context.h"
#include "runtime/runtime_state.h"

namespace doris {

class RuntimeState;
class VExpr;
class LambdaFunction {
public:
Expand Down
1 change: 1 addition & 0 deletions be/src/exprs/short_circuit_evaluation_expr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include "core/field.h"
#include "exprs/short_circuit_util.h"
#include "exprs/vexpr.h"
#include "runtime/runtime_state.h"

namespace doris {

Expand Down
3 changes: 2 additions & 1 deletion be/src/exprs/short_circuit_evaluation_expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
#include "common/status.h"
#include "exprs/vexpr.h"
#include "exprs/vexpr_context.h"
#include "runtime/runtime_state.h"

namespace doris {

class RuntimeState;

class Block;
class VExprContext;
struct ColumnAndSelector;
Expand Down
3 changes: 2 additions & 1 deletion be/src/exprs/vcolumn_ref.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
#include "exprs/function/function.h"
#include "exprs/vexpr.h"
#include "runtime/descriptors.h"
#include "runtime/runtime_state.h"

namespace doris {

class RuntimeState;
class VColumnRef final : public VExpr {
ENABLE_FACTORY_CREATOR(VColumnRef);

Expand Down
1 change: 1 addition & 0 deletions be/src/exprs/vcondition_expr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "core/column/column.h"
#include "core/column/column_const.h"
#include "exprs/function_context.h"
#include "runtime/runtime_state.h"
#include "util/simd/bits.h"

namespace doris {
Expand Down
1 change: 0 additions & 1 deletion be/src/exprs/vcondition_expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "exprs/vexpr_context.h"
#include "exprs/vliteral.h"
#include "exprs/vslot_ref.h"
#include "runtime/runtime_state.h"
namespace doris {
class RowDescriptor;
class RuntimeState;
Expand Down
1 change: 0 additions & 1 deletion be/src/exprs/vectorized_fn_call.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include "exprs/vexpr_context.h"
#include "exprs/vliteral.h"
#include "exprs/vslot_ref.h"
#include "runtime/runtime_state.h"
#include "storage/index/ann/ann_range_search_runtime.h"

namespace doris {
Expand Down
1 change: 0 additions & 1 deletion be/src/exprs/vexpr_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "exec/runtime_filter/runtime_filter_selectivity.h"
#include "exprs/function_context.h"
#include "exprs/vexpr_fwd.h"
#include "runtime/runtime_state.h"
#include "storage/index/ann/ann_range_search_runtime.h"
#include "storage/index/ann/ann_search_params.h"
#include "storage/index/inverted/inverted_index_reader.h"
Expand Down
3 changes: 2 additions & 1 deletion be/src/exprs/vtopn_pred.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
#include "exprs/vslot_ref.h"
#include "runtime/query_context.h"
#include "runtime/runtime_predicate.h"
#include "runtime/runtime_state.h"

namespace doris {

class RuntimeState;
#include "common/compile_check_begin.h"

// only used for dynamic topn filter
Expand Down
2 changes: 2 additions & 0 deletions be/src/runtime/task_execution_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

#include <condition_variable>

#include "runtime/runtime_state.h"

namespace doris {
void TaskExecutionContext::ref_task_execution_ctx() {
++_has_task_execution_ctx_ref_count;
Expand Down
2 changes: 0 additions & 2 deletions be/src/runtime/task_execution_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include <condition_variable>
#include <memory>

#include "runtime/runtime_state.h"

namespace doris {

class RuntimeState;
Expand Down
1 change: 1 addition & 0 deletions be/src/storage/compaction/collection_statistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "exprs/vexpr_context.h"
#include "exprs/vliteral.h"
#include "exprs/vslot_ref.h"
#include "runtime/runtime_state.h"
#include "storage/index/index_file_reader.h"
#include "storage/index/index_reader_helper.h"
#include "storage/index/inverted/analyzer/analyzer.h"
Expand Down
3 changes: 2 additions & 1 deletion be/src/storage/compaction/collection_statistics.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@

#include "common/be_mock_util.h"
#include "exprs/vexpr_fwd.h"
#include "runtime/runtime_state.h"
#include "storage/index/inverted/query/query_info.h"
#include "storage/olap_common.h"
#include "storage/predicate_collector.h"

namespace doris {

class RuntimeState;
#include "common/compile_check_begin.h"

namespace io {
Expand Down
4 changes: 3 additions & 1 deletion be/src/storage/index/ann/ann_topn_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@
#include "exprs/vexpr_context.h"
#include "exprs/vexpr_fwd.h"
#include "exprs/vslot_ref.h"
#include "runtime/runtime_state.h"

namespace doris {
class RuntimeState;
} // namespace doris
namespace doris::segment_v2 {
#include "common/compile_check_begin.h"
struct AnnIndexStats;
Expand Down
3 changes: 2 additions & 1 deletion be/src/storage/rowset/rowset_reader_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@
#include "exprs/vexpr.h"
#include "exprs/vexpr_context.h"
#include "io/io_common.h"
#include "runtime/runtime_state.h"
#include "storage/index/ann/ann_topn_runtime.h"
#include "storage/olap_common.h"
#include "storage/predicate/column_predicate.h"
#include "storage/rowid_conversion.h"

namespace doris {

class RuntimeState;

class RowCursor;
class DeleteBitmap;
class DeleteHandler;
Expand Down
Loading