Coverage Report

Created: 2026-07-07 22:17

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
be/src/common/status.h
Line
Count
Source
1
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file. See the AUTHORS file for names of contributors.
4
5
#pragma once
6
7
#include <fmt/format.h>
8
#include <gen_cpp/Status_types.h> // for TStatus
9
#include <gen_cpp/types.pb.h>
10
#include <glog/logging.h>
11
12
#include <cstdint>
13
#include <iostream>
14
#include <memory>
15
#include <string>
16
#include <string_view>
17
#include <type_traits>
18
#include <utility>
19
20
#include "common/check.h"         // IWYU pragma: export
21
#include "common/compiler_util.h" // IWYU pragma: keep
22
#include "common/config.h"
23
#include "common/expected.h"
24
#include "util/stack_util.h"
25
26
namespace doris {
27
28
namespace io {
29
struct ObjectStorageStatus;
30
}
31
32
class Status;
33
34
extern io::ObjectStorageStatus convert_to_obj_response(Status st);
35
36
class PStatus;
37
38
namespace ErrorCode {
39
40
// E thrift_error_name, print_stacktrace
41
#define APPLY_FOR_THRIFT_ERROR_CODES(TStatusError)        \
42
2
    TStatusError(PUBLISH_TIMEOUT, false);                 \
43
2
    TStatusError(MEM_ALLOC_FAILED, true);                 \
44
2
    TStatusError(BUFFER_ALLOCATION_FAILED, true);         \
45
2
    TStatusError(INVALID_ARGUMENT, false);                \
46
2
    TStatusError(INVALID_JSON_PATH, false);               \
47
2
    TStatusError(MINIMUM_RESERVATION_UNAVAILABLE, true);  \
48
2
    TStatusError(CORRUPTION, true);                       \
49
2
    TStatusError(IO_ERROR, true);                         \
50
2
    TStatusError(NOT_FOUND, true);                        \
51
2
    TStatusError(ALREADY_EXIST, true);                    \
52
2
    TStatusError(DIRECTORY_NOT_EMPTY, true);              \
53
2
    TStatusError(NOT_IMPLEMENTED_ERROR, false);           \
54
2
    TStatusError(END_OF_FILE, false);                     \
55
2
    TStatusError(INTERNAL_ERROR, true);                   \
56
2
    TStatusError(RUNTIME_ERROR, true);                    \
57
2
    TStatusError(JNI_ERROR, true);                        \
58
2
    TStatusError(CANCELLED, false);                       \
59
2
    TStatusError(ANALYSIS_ERROR, false);                  \
60
2
    TStatusError(MEM_LIMIT_EXCEEDED, false);              \
61
2
    TStatusError(THRIFT_RPC_ERROR, true);                 \
62
2
    TStatusError(TIMEOUT, true);                          \
63
2
    TStatusError(LIMIT_REACH, false);                     \
64
2
    TStatusError(TOO_MANY_TASKS, true);                   \
65
2
    TStatusError(UNINITIALIZED, false);                   \
66
2
    TStatusError(INCOMPLETE, false);                      \
67
2
    TStatusError(OLAP_ERR_VERSION_ALREADY_MERGED, false); \
68
2
    TStatusError(ABORTED, false);                         \
69
2
    TStatusError(DATA_QUALITY_ERROR, false);              \
70
2
    TStatusError(LABEL_ALREADY_EXISTS, true);             \
71
2
    TStatusError(NOT_AUTHORIZED, true);                   \
72
2
    TStatusError(BINLOG_DISABLE, false);                  \
73
2
    TStatusError(BINLOG_TOO_OLD_COMMIT_SEQ, false);       \
74
2
    TStatusError(BINLOG_TOO_NEW_COMMIT_SEQ, false);       \
75
2
    TStatusError(BINLOG_NOT_FOUND_DB, false);             \
76
2
    TStatusError(BINLOG_NOT_FOUND_TABLE, false);          \
77
2
    TStatusError(NETWORK_ERROR, false);                   \
78
2
    TStatusError(ILLEGAL_STATE, false);                   \
79
2
    TStatusError(SNAPSHOT_NOT_EXIST, true);               \
80
2
    TStatusError(HTTP_ERROR, true);                       \
81
2
    TStatusError(TABLET_MISSING, true);                   \
82
2
    TStatusError(NOT_MASTER, true);                       \
83
2
    TStatusError(OBTAIN_LOCK_FAILED, false);              \
84
2
    TStatusError(SNAPSHOT_EXPIRED, false);                \
85
2
    TStatusError(DELETE_BITMAP_LOCK_ERROR, false);        \
86
2
    TStatusError(SC_COMPACTION_CONFLICT, false);          \
87
2
    TStatusError(FINISHED, false);
88
// E error_name, error_code, print_stacktrace
89
#define APPLY_FOR_OLAP_ERROR_CODES(E)                        \
90
2
    E(OK, 0, false);                                         \
91
2
    E(CALL_SEQUENCE_ERROR, -202, true);                      \
92
2
    E(BUFFER_OVERFLOW, -204, true);                          \
93
2
    E(CONFIG_ERROR, -205, true);                             \
94
2
    E(INIT_FAILED, -206, true);                              \
95
2
    E(INVALID_SCHEMA, -207, true);                           \
96
2
    E(CHECKSUM_ERROR, -208, true);                           \
97
2
    E(SIGNATURE_ERROR, -209, true);                          \
98
2
    E(CATCH_EXCEPTION, -210, true);                          \
99
2
    E(PARSE_PROTOBUF_ERROR, -211, true);                     \
100
2
    E(SERIALIZE_PROTOBUF_ERROR, -212, true);                 \
101
2
    E(WRITE_PROTOBUF_ERROR, -213, true);                     \
102
2
    E(VERSION_NOT_EXIST, -214, false);                       \
103
2
    E(TABLE_NOT_FOUND, -215, true);                          \
104
2
    E(TRY_LOCK_FAILED, -216, false);                         \
105
2
    E(EXCEEDED_LIMIT, -217, false);                          \
106
2
    E(OUT_OF_BOUND, -218, false);                            \
107
2
    E(INVALID_ROOT_PATH, -222, true);                        \
108
2
    E(NO_AVAILABLE_ROOT_PATH, -223, true);                   \
109
2
    E(CHECK_LINES_ERROR, -224, true);                        \
110
2
    E(INVALID_CLUSTER_INFO, -225, true);                     \
111
2
    E(TRANSACTION_NOT_EXIST, -226, false);                   \
112
2
    E(DISK_FAILURE, -227, true);                             \
113
2
    E(TRANSACTION_ALREADY_COMMITTED, -228, false);           \
114
2
    E(TRANSACTION_ALREADY_VISIBLE, -229, false);             \
115
2
    E(VERSION_ALREADY_MERGED, -230, true);                   \
116
2
    E(LZO_DISABLED, -231, true);                             \
117
2
    E(DISK_REACH_CAPACITY_LIMIT, -232, true);                \
118
2
    E(TOO_MANY_TRANSACTIONS, -233, false);                   \
119
2
    E(INVALID_SNAPSHOT_VERSION, -234, true);                 \
120
2
    E(TOO_MANY_VERSION, -235, false);                        \
121
2
    E(NOT_INITIALIZED, -236, true);                          \
122
2
    E(ALREADY_CANCELLED, -237, false);                       \
123
2
    E(TOO_MANY_SEGMENTS, -238, false);                       \
124
2
    E(ALREADY_CLOSED, -239, false);                          \
125
2
    E(SERVICE_UNAVAILABLE, -240, true);                      \
126
2
    E(NEED_SEND_AGAIN, -241, false);                         \
127
2
    E(OS_ERROR, -242, true);                                 \
128
2
    E(DIR_NOT_EXIST, -243, true);                            \
129
2
    E(CREATE_FILE_ERROR, -245, true);                        \
130
2
    E(STL_ERROR, -246, true);                                \
131
2
    E(MUTEX_ERROR, -247, true);                              \
132
2
    E(PTHREAD_ERROR, -248, true);                            \
133
2
    E(UB_FUNC_ERROR, -250, true);                            \
134
2
    E(COMPRESS_ERROR, -251, true);                           \
135
2
    E(DECOMPRESS_ERROR, -252, true);                         \
136
2
    E(FILE_ALREADY_EXIST, -253, true);                       \
137
2
    E(BAD_CAST, -254, true);                                 \
138
2
    E(ARITHMETIC_OVERFLOW_ERRROR, -255, false);              \
139
2
    E(PERMISSION_DENIED, -256, false);                       \
140
2
    E(QUERY_MEMORY_EXCEEDED, -257, false);                   \
141
2
    E(WORKLOAD_GROUP_MEMORY_EXCEEDED, -258, false);          \
142
2
    E(PROCESS_MEMORY_EXCEEDED, -259, false);                 \
143
2
    E(INVALID_INPUT_SYNTAX, -260, false);                    \
144
2
    E(CE_CMD_PARAMS_ERROR, -300, true);                      \
145
2
    E(CE_BUFFER_TOO_SMALL, -301, true);                      \
146
2
    E(CE_CMD_NOT_VALID, -302, true);                         \
147
2
    E(CE_LOAD_TABLE_ERROR, -303, true);                      \
148
2
    E(CE_NOT_FINISHED, -304, true);                          \
149
2
    E(CE_TABLET_ID_EXIST, -305, true);                       \
150
2
    E(TABLE_VERSION_DUPLICATE_ERROR, -400, true);            \
151
2
    E(TABLE_VERSION_INDEX_MISMATCH_ERROR, -401, true);       \
152
2
    E(TABLE_INDEX_VALIDATE_ERROR, -402, true);               \
153
2
    E(TABLE_INDEX_FIND_ERROR, -403, true);                   \
154
2
    E(TABLE_CREATE_FROM_HEADER_ERROR, -404, true);           \
155
2
    E(TABLE_CREATE_META_ERROR, -405, true);                  \
156
2
    E(TABLE_ALREADY_DELETED_ERROR, -406, false);             \
157
2
    E(ENGINE_INSERT_EXISTS_TABLE, -500, true);               \
158
2
    E(ENGINE_DROP_NOEXISTS_TABLE, -501, true);               \
159
2
    E(ENGINE_LOAD_INDEX_TABLE_ERROR, -502, true);            \
160
2
    E(TABLE_INSERT_DUPLICATION_ERROR, -503, true);           \
161
2
    E(DELETE_VERSION_ERROR, -504, true);                     \
162
2
    E(GC_SCAN_PATH_ERROR, -505, true);                       \
163
2
    E(ENGINE_INSERT_OLD_TABLET, -506, true);                 \
164
2
    E(FETCH_OTHER_ERROR, -600, true);                        \
165
2
    E(FETCH_TABLE_NOT_EXIST, -601, true);                    \
166
2
    E(FETCH_VERSION_ERROR, -602, true);                      \
167
2
    E(FETCH_SCHEMA_ERROR, -603, true);                       \
168
2
    E(FETCH_COMPRESSION_ERROR, -604, true);                  \
169
2
    E(FETCH_CONTEXT_NOT_EXIST, -605, true);                  \
170
2
    E(FETCH_GET_READER_PARAMS_ERR, -606, true);              \
171
2
    E(FETCH_SAVE_SESSION_ERR, -607, true);                   \
172
2
    E(FETCH_MEMORY_EXCEEDED, -608, true);                    \
173
2
    E(READER_IS_UNINITIALIZED, -700, true);                  \
174
2
    E(READER_GET_ITERATOR_ERROR, -701, true);                \
175
2
    E(CAPTURE_ROWSET_READER_ERROR, -702, true);              \
176
2
    E(READER_READING_ERROR, -703, true);                     \
177
2
    E(READER_INITIALIZE_ERROR, -704, true);                  \
178
2
    E(BE_VERSION_NOT_MATCH, -800, true);                     \
179
2
    E(BE_REPLACE_VERSIONS_ERROR, -801, true);                \
180
2
    E(BE_MERGE_ERROR, -802, true);                           \
181
2
    E(CAPTURE_ROWSET_ERROR, -804, true);                     \
182
2
    E(BE_SAVE_HEADER_ERROR, -805, true);                     \
183
2
    E(BE_INIT_OLAP_DATA, -806, true);                        \
184
2
    E(BE_TRY_OBTAIN_VERSION_LOCKS, -807, true);              \
185
2
    E(BE_NO_SUITABLE_VERSION, -808, false);                  \
186
2
    E(BE_INVALID_NEED_MERGED_VERSIONS, -810, true);          \
187
2
    E(BE_ERROR_DELETE_ACTION, -811, true);                   \
188
2
    E(BE_SEGMENTS_OVERLAPPING, -812, true);                  \
189
2
    E(PUSH_INIT_ERROR, -900, true);                          \
190
2
    E(PUSH_VERSION_INCORRECT, -902, true);                   \
191
2
    E(PUSH_SCHEMA_MISMATCH, -903, true);                     \
192
2
    E(PUSH_CHECKSUM_ERROR, -904, true);                      \
193
2
    E(PUSH_ACQUIRE_DATASOURCE_ERROR, -905, true);            \
194
2
    E(PUSH_CREAT_CUMULATIVE_ERROR, -906, true);              \
195
2
    E(PUSH_BUILD_DELTA_ERROR, -907, true);                   \
196
2
    E(PUSH_VERSION_ALREADY_EXIST, -908, false);              \
197
2
    E(PUSH_TABLE_NOT_EXIST, -909, true);                     \
198
2
    E(PUSH_INPUT_DATA_ERROR, -910, true);                    \
199
2
    E(PUSH_TRANSACTION_ALREADY_EXIST, -911, false);          \
200
2
    E(PUSH_BATCH_PROCESS_REMOVED, -912, true);               \
201
2
    E(PUSH_COMMIT_ROWSET, -913, true);                       \
202
2
    E(PUSH_ROWSET_NOT_FOUND, -914, true);                    \
203
2
    E(INDEX_LOAD_ERROR, -1000, true);                        \
204
2
    E(INDEX_CHECKSUM_ERROR, -1002, true);                    \
205
2
    E(INDEX_DELTA_PRUNING, -1003, true);                     \
206
2
    E(DATA_ROW_BLOCK_ERROR, -1100, true);                    \
207
2
    E(DATA_FILE_TYPE_ERROR, -1101, true);                    \
208
2
    E(WRITER_INDEX_WRITE_ERROR, -1200, true);                \
209
2
    E(WRITER_DATA_WRITE_ERROR, -1201, true);                 \
210
2
    E(WRITER_ROW_BLOCK_ERROR, -1202, true);                  \
211
2
    E(WRITER_SEGMENT_NOT_FINALIZED, -1203, true);            \
212
2
    E(ROWBLOCK_DECOMPRESS_ERROR, -1300, true);               \
213
2
    E(ROWBLOCK_FIND_ROW_EXCEPTION, -1301, true);             \
214
2
    E(HEADER_ADD_VERSION, -1400, true);                      \
215
2
    E(HEADER_DELETE_VERSION, -1401, true);                   \
216
2
    E(HEADER_ADD_PENDING_DELTA, -1402, true);                \
217
2
    E(HEADER_ADD_INCREMENTAL_VERSION, -1403, true);          \
218
2
    E(HEADER_INVALID_FLAG, -1404, true);                     \
219
2
    E(HEADER_LOAD_INVALID_KEY, -1408, true);                 \
220
2
    E(HEADER_LOAD_JSON_HEADER, -1410, true);                 \
221
2
    E(HEADER_INIT_FAILED, -1411, true);                      \
222
2
    E(HEADER_PB_PARSE_FAILED, -1412, true);                  \
223
2
    E(HEADER_HAS_PENDING_DATA, -1413, true);                 \
224
2
    E(SCHEMA_SCHEMA_INVALID, -1500, true);                   \
225
2
    E(SCHEMA_SCHEMA_FIELD_INVALID, -1501, true);             \
226
2
    E(ALTER_MULTI_TABLE_ERR, -1600, true);                   \
227
2
    E(ALTER_DELTA_DOES_NOT_EXISTS, -1601, true);             \
228
2
    E(ALTER_STATUS_ERR, -1602, true);                        \
229
2
    E(PREVIOUS_SCHEMA_CHANGE_NOT_FINISHED, -1603, true);     \
230
2
    E(SCHEMA_CHANGE_INFO_INVALID, -1604, true);              \
231
2
    E(QUERY_SPLIT_KEY_ERR, -1605, true);                     \
232
2
    E(DATA_QUALITY_ERR, -1606, false);                       \
233
2
    E(COLUMN_DATA_LOAD_BLOCK, -1700, true);                  \
234
2
    E(COLUMN_DATA_RECORD_INDEX, -1701, true);                \
235
2
    E(COLUMN_DATA_MAKE_FILE_HEADER, -1702, true);            \
236
2
    E(COLUMN_DATA_READ_VAR_INT, -1703, true);                \
237
2
    E(COLUMN_DATA_PATCH_LIST_NUM, -1704, true);              \
238
2
    E(COLUMN_READ_STREAM, -1706, true);                      \
239
2
    E(COLUMN_STREAM_NOT_EXIST, -1716, true);                 \
240
2
    E(COLUMN_VALUE_NULL, -1717, true);                       \
241
2
    E(COLUMN_SEEK_ERROR, -1719, true);                       \
242
2
    E(COLUMN_NO_MATCH_OFFSETS_SIZE, -1720, true);            \
243
2
    E(COLUMN_NO_MATCH_FILTER_SIZE, -1721, true);             \
244
2
    E(DELETE_INVALID_CONDITION, -1900, true);                \
245
2
    E(DELETE_UPDATE_HEADER_FAILED, -1901, true);             \
246
2
    E(DELETE_SAVE_HEADER_FAILED, -1902, true);               \
247
2
    E(DELETE_INVALID_PARAMETERS, -1903, true);               \
248
2
    E(DELETE_INVALID_VERSION, -1904, true);                  \
249
2
    E(CUMULATIVE_NO_SUITABLE_VERSION, -2000, false);         \
250
2
    E(CUMULATIVE_REPEAT_INIT, -2001, true);                  \
251
2
    E(CUMULATIVE_INVALID_PARAMETERS, -2002, true);           \
252
2
    E(CUMULATIVE_FAILED_ACQUIRE_DATA_SOURCE, -2003, true);   \
253
2
    E(CUMULATIVE_INVALID_NEED_MERGED_VERSIONS, -2004, true); \
254
2
    E(CUMULATIVE_ERROR_DELETE_ACTION, -2005, true);          \
255
2
    E(CUMULATIVE_MISS_VERSION, -2006, true);                 \
256
2
    E(FULL_NO_SUITABLE_VERSION, -2008, false);               \
257
2
    E(FULL_MISS_VERSION, -2009, true);                       \
258
2
    E(CUMULATIVE_MEET_DELETE_VERSION, -2010, false);         \
259
2
    E(BINLOG_COMPACTION_INVALID_PARAMETERS, -2011, true);    \
260
2
    E(BINLOG_COMPACTION_NO_SUITABLE_VERSION, -2012, false);  \
261
2
    E(META_INVALID_ARGUMENT, -3000, true);                   \
262
2
    E(META_OPEN_DB_ERROR, -3001, true);                      \
263
2
    E(META_KEY_NOT_FOUND, -3002, false);                     \
264
2
    E(META_GET_ERROR, -3003, true);                          \
265
2
    E(META_PUT_ERROR, -3004, true);                          \
266
2
    E(META_ITERATOR_ERROR, -3005, true);                     \
267
2
    E(META_DELETE_ERROR, -3006, true);                       \
268
2
    E(META_ALREADY_EXIST, -3007, true);                      \
269
2
    E(ROWSET_WRITER_INIT, -3100, true);                      \
270
2
    E(ROWSET_SAVE_FAILED, -3101, true);                      \
271
2
    E(ROWSET_GENERATE_ID_FAILED, -3102, true);               \
272
2
    E(ROWSET_DELETE_FILE_FAILED, -3103, true);               \
273
2
    E(ROWSET_BUILDER_INIT, -3104, true);                     \
274
2
    E(ROWSET_TYPE_NOT_FOUND, -3105, true);                   \
275
2
    E(ROWSET_ALREADY_EXIST, -3106, true);                    \
276
2
    E(ROWSET_CREATE_READER, -3107, true);                    \
277
2
    E(ROWSET_INVALID, -3108, true);                          \
278
2
    E(ROWSET_READER_INIT, -3110, true);                      \
279
2
    E(ROWSET_INVALID_STATE_TRANSITION, -3112, true);         \
280
2
    E(STRING_OVERFLOW_IN_VEC_ENGINE, -3113, true);           \
281
2
    E(ROWSET_ADD_MIGRATION_V2, -3114, true);                 \
282
2
    E(PUBLISH_VERSION_NOT_CONTINUOUS, -3115, false);         \
283
2
    E(ROWSET_RENAME_FILE_FAILED, -3116, false);              \
284
2
    E(SEGCOMPACTION_INIT_READER, -3117, false);              \
285
2
    E(SEGCOMPACTION_INIT_WRITER, -3118, false);              \
286
2
    E(SEGCOMPACTION_FAILED, -3119, false);                   \
287
2
    E(ROWSET_ADD_TO_BINLOG_FAILED, -3122, true);             \
288
2
    E(ROWSET_BINLOG_NOT_ONLY_ONE_VERSION, -3123, true);      \
289
2
    E(INDEX_INVALID_PARAMETERS, -6000, false);               \
290
2
    E(INVERTED_INDEX_NOT_SUPPORTED, -6001, false);           \
291
2
    E(INVERTED_INDEX_CLUCENE_ERROR, -6002, false);           \
292
2
    E(INVERTED_INDEX_FILE_NOT_FOUND, -6003, false);          \
293
2
    E(INVERTED_INDEX_BYPASS, -6004, false);                  \
294
2
    E(INVERTED_INDEX_NO_TERMS, -6005, false);                \
295
2
    E(INVERTED_INDEX_RENAME_FILE_FAILED, -6006, true);       \
296
2
    E(INVERTED_INDEX_EVALUATE_SKIPPED, -6007, false);        \
297
2
    E(INVERTED_INDEX_BUILD_WAITTING, -6008, false);          \
298
2
    E(INVERTED_INDEX_NOT_IMPLEMENTED, -6009, false);         \
299
2
    E(INVERTED_INDEX_COMPACTION_ERROR, -6010, false);        \
300
2
    E(INVERTED_INDEX_ANALYZER_ERROR, -6011, false);          \
301
2
    E(INVERTED_INDEX_FILE_CORRUPTED, -6012, false);          \
302
2
    E(KEY_NOT_FOUND, -7000, false);                          \
303
2
    E(KEY_ALREADY_EXISTS, -7001, false);                     \
304
2
    E(ENTRY_NOT_FOUND, -7002, false);                        \
305
2
    E(NEW_ROWS_IN_PARTIAL_UPDATE, -7003, false);             \
306
2
    E(INVALID_TABLET_STATE, -7211, false);                   \
307
2
    E(ROWSETS_EXPIRED, -7311, false);                        \
308
2
    E(CGROUP_ERROR, -7411, false);                           \
309
2
    E(FATAL_ERROR, -7412, true);
310
311
// Define constexpr int error_code_name = error_code_value
312
#define M(NAME, ERRORCODE, ENABLESTACKTRACE) constexpr int NAME = ERRORCODE;
313
APPLY_FOR_OLAP_ERROR_CODES(M)
314
#undef M
315
316
#define MM(name, ENABLESTACKTRACE) constexpr int name = TStatusCode::name;
317
APPLY_FOR_THRIFT_ERROR_CODES(MM)
318
#undef MM
319
320
constexpr int MAX_ERROR_CODE_DEFINE_NUM = 65536;
321
struct ErrorCodeState {
322
    int16_t error_code = 0;
323
    bool stacktrace = true;
324
    std::string description;
325
    size_t count = 0; // Used for count the number of error happens
326
    std::mutex mutex; // lock guard for count state
327
};
328
extern ErrorCodeState error_states[MAX_ERROR_CODE_DEFINE_NUM];
329
330
class ErrorCodeInitializer {
331
public:
332
2
    ErrorCodeInitializer(int temp) : signal_value(temp) {
333
131k
        for (auto& error_state : error_states) {
334
131k
            error_state.error_code = 0;
335
131k
        }
336
2
#define M(NAME, ENABLESTACKTRACE)                                  \
337
92
    error_states[TStatusCode::NAME].stacktrace = ENABLESTACKTRACE; \
338
92
    error_states[TStatusCode::NAME].description = #NAME;           \
339
92
    error_states[TStatusCode::NAME].error_code = TStatusCode::NAME;
340
92
        APPLY_FOR_THRIFT_ERROR_CODES(M)
341
2
#undef M
342
// In status.h, if error code > 0, then it means it will be used in TStatusCode and will
343
// also be used in FE.
344
// Other error codes that with error code < 0, will only be used in BE.
345
// We use abs(error code) as the index in error_states, so that these two kinds of error
346
// codes MUST not have overlap.
347
// Add an assert here to make sure the code in TStatusCode and other error code are not
348
// overlapped.
349
2
#define M(NAME, ERRORCODE, ENABLESTACKTRACE)                    \
350
440
    assert(error_states[abs(ERRORCODE)].error_code == 0);       \
351
440
    error_states[abs(ERRORCODE)].stacktrace = ENABLESTACKTRACE; \
352
440
    error_states[abs(ERRORCODE)].error_code = ERRORCODE;
353
440
        APPLY_FOR_OLAP_ERROR_CODES(M)
354
440
#undef M
355
440
    }
356
357
2
    void check_init() const {
358
        //the signal value is 0, it means the global error states not inited, it's logical error
359
        // DO NOT use dcheck here, because dcheck depend on glog, and glog maybe not inited at this time.
360
2
        if (signal_value == 0) {
361
0
            exit(-1);
362
0
        }
363
2
    }
364
365
private:
366
    int signal_value = 0;
367
};
368
369
extern ErrorCodeInitializer error_code_init;
370
} // namespace ErrorCode
371
372
class [[nodiscard]] Status {
373
public:
374
300M
    Status() : _code(ErrorCode::OK), _err_msg(nullptr) {}
375
376
    // used to convert Exception to Status
377
4.79k
    Status(int code, std::string msg, std::string stack = "") : _code(code) {
378
4.79k
        _err_msg = std::make_unique<ErrMsg>();
379
4.79k
        _err_msg->_msg = std::move(msg);
380
4.79k
        if (config::enable_stacktrace) {
381
0
            _err_msg->_stack = std::move(stack);
382
0
        }
383
4.79k
    }
384
385
    // copy c'tor makes copy of error detail so Status can be returned by value
386
1.05M
    Status(const Status& rhs) { *this = rhs; }
387
388
    // move c'tor
389
5.92M
    Status(Status&& rhs) noexcept = default;
390
391
    // same as copy c'tor
392
1.06M
    Status& operator=(const Status& rhs) {
393
1.06M
        _code = rhs._code;
394
1.06M
        if (rhs._err_msg) {
395
8.29k
            _err_msg = std::make_unique<ErrMsg>(*rhs._err_msg);
396
1.05M
        } else {
397
            // If rhs error msg is empty, then should also clear current error msg
398
            // For example, if rhs is OK and current status is error, then copy to current
399
            // status, should clear current error message.
400
1.05M
            _err_msg.reset();
401
1.05M
        }
402
1.06M
        return *this;
403
1.06M
    }
404
405
    // move assign
406
14.7M
    Status& operator=(Status&& rhs) noexcept {
407
14.7M
        _code = rhs._code;
408
14.7M
        if (rhs._err_msg) {
409
89.3k
            _err_msg = std::move(rhs._err_msg);
410
14.6M
        } else {
411
14.6M
            _err_msg.reset();
412
14.6M
        }
413
14.7M
        return *this;
414
14.7M
    }
415
416
    template <bool stacktrace = true>
417
18
    Status static create(const TStatus& status) {
418
18
        return Error<stacktrace>(
419
18
                status.status_code,
420
18
                "TStatus: " + (status.error_msgs.empty() ? "" : status.error_msgs[0]));
421
18
    }
Unexecuted instantiation: _ZN5doris6Status6createILb0EEES0_RKNS_7TStatusE
_ZN5doris6Status6createILb1EEES0_RKNS_7TStatusE
Line
Count
Source
417
18
    Status static create(const TStatus& status) {
418
18
        return Error<stacktrace>(
419
18
                status.status_code,
420
18
                "TStatus: " + (status.error_msgs.empty() ? "" : status.error_msgs[0]));
421
18
    }
422
423
    template <bool stacktrace = true>
424
144
    Status static create(const PStatus& pstatus) {
425
144
        return Error<stacktrace>(
426
144
                pstatus.status_code(),
427
144
                "PStatus: " + (pstatus.error_msgs_size() == 0 ? "" : pstatus.error_msgs(0)));
428
144
    }
_ZN5doris6Status6createILb1EEES0_RKNS_7PStatusE
Line
Count
Source
424
68
    Status static create(const PStatus& pstatus) {
425
68
        return Error<stacktrace>(
426
68
                pstatus.status_code(),
427
68
                "PStatus: " + (pstatus.error_msgs_size() == 0 ? "" : pstatus.error_msgs(0)));
428
68
    }
_ZN5doris6Status6createILb0EEES0_RKNS_7PStatusE
Line
Count
Source
424
76
    Status static create(const PStatus& pstatus) {
425
76
        return Error<stacktrace>(
426
76
                pstatus.status_code(),
427
76
                "PStatus: " + (pstatus.error_msgs_size() == 0 ? "" : pstatus.error_msgs(0)));
428
76
    }
429
430
    template <int code, bool stacktrace = true, typename... Args>
431
358k
    Status static Error(std::string_view msg, Args&&... args) {
432
358k
        Status status;
433
358k
        status._code = code;
434
358k
        status._err_msg = std::make_unique<ErrMsg>();
435
358k
        if constexpr (sizeof...(args) == 0) {
436
58.4k
            status._err_msg->_msg = msg;
437
300k
        } else {
438
300k
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
300k
        }
440
358k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
358k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
0
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
358k
        return status;
447
358k
    }
_ZN5doris6Status5ErrorILin257ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4.05k
    Status static Error(std::string_view msg, Args&&... args) {
432
4.05k
        Status status;
433
4.05k
        status._code = code;
434
4.05k
        status._err_msg = std::make_unique<ErrMsg>();
435
4.05k
        if constexpr (sizeof...(args) == 0) {
436
4.05k
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
4.05k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4.05k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4.05k
        return status;
447
4.05k
    }
_ZN5doris6Status5ErrorILin258ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
4
        if constexpr (sizeof...(args) == 0) {
436
4
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin259ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
1.91k
    Status static Error(std::string_view msg, Args&&... args) {
432
1.91k
        Status status;
433
1.91k
        status._code = code;
434
1.91k
        status._err_msg = std::make_unique<ErrMsg>();
435
1.91k
        if constexpr (sizeof...(args) == 0) {
436
1.91k
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
1.91k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
1.91k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
1.91k
        return status;
447
1.91k
    }
_ZN5doris6Status5ErrorILi4ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
56
    Status static Error(std::string_view msg, Args&&... args) {
432
56
        Status status;
433
56
        status._code = code;
434
56
        status._err_msg = std::make_unique<ErrMsg>();
435
56
        if constexpr (sizeof...(args) == 0) {
436
56
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
56
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
56
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
56
        return status;
447
56
    }
_ZN5doris6Status5ErrorILi6ELb1EJRmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi5ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
30
    Status static Error(std::string_view msg, Args&&... args) {
432
30
        Status status;
433
30
        status._code = code;
434
30
        status._err_msg = std::make_unique<ErrMsg>();
435
30
        if constexpr (sizeof...(args) == 0) {
436
30
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
30
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
30
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
30
        return status;
447
30
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi48ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
66
    Status static Error(std::string_view msg, Args&&... args) {
432
66
        Status status;
433
66
        status._code = code;
434
66
        status._err_msg = std::make_unique<ErrMsg>();
435
66
        if constexpr (sizeof...(args) == 0) {
436
66
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
66
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
66
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
66
        return status;
447
66
    }
_ZN5doris6Status5ErrorILi32ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
20
    Status static Error(std::string_view msg, Args&&... args) {
432
20
        Status status;
433
20
        status._code = code;
434
20
        status._err_msg = std::make_unique<ErrMsg>();
435
20
        if constexpr (sizeof...(args) == 0) {
436
20
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
20
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
20
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
20
        return status;
447
20
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi3ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
28
    Status static Error(std::string_view msg, Args&&... args) {
432
28
        Status status;
433
28
        status._code = code;
434
28
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
28
        } else {
438
28
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
28
        }
440
28
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
28
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
28
        return status;
447
28
    }
_ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS5_EEEES0_S9_DpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJRlmlRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmSt17basic_string_viewIcS5_EEEES0_SA_DpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
386
    Status static Error(std::string_view msg, Args&&... args) {
432
386
        Status status;
433
386
        status._code = code;
434
386
        status._err_msg = std::make_unique<ErrMsg>();
435
386
        if constexpr (sizeof...(args) == 0) {
436
386
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
386
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
386
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
386
        return status;
447
386
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3112ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi3ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
110
    Status static Error(std::string_view msg, Args&&... args) {
432
110
        Status status;
433
110
        status._code = code;
434
110
        status._err_msg = std::make_unique<ErrMsg>();
435
110
        if constexpr (sizeof...(args) == 0) {
436
110
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
110
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
110
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
110
        return status;
447
110
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRNS_10segment_v214HashStrategyPBEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi33ELb0EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
16
    Status static Error(std::string_view msg, Args&&... args) {
432
16
        Status status;
433
16
        status._code = code;
434
16
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
16
        } else {
438
16
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
16
        }
440
16
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
16
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
16
        return status;
447
16
    }
_ZN5doris6Status5ErrorILi33ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
119k
    Status static Error(std::string_view msg, Args&&... args) {
432
119k
        Status status;
433
119k
        status._code = code;
434
119k
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
119k
        } else {
438
119k
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
119k
        }
440
119k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
119k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
119k
        return status;
447
119k
    }
_ZN5doris6Status5ErrorILi33ELb0EJRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
70
    Status static Error(std::string_view msg, Args&&... args) {
432
70
        Status status;
433
70
        status._code = code;
434
70
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
70
        } else {
438
70
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
70
        }
440
70
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
70
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
70
        return status;
447
70
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJtEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
96.0k
    Status static Error(std::string_view msg, Args&&... args) {
432
96.0k
        Status status;
433
96.0k
        status._code = code;
434
96.0k
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
96.0k
        } else {
438
96.0k
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
96.0k
        }
440
96.0k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
96.0k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
96.0k
        return status;
447
96.0k
    }
_ZN5doris6Status5ErrorILi46ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
14
    Status static Error(std::string_view msg, Args&&... args) {
432
14
        Status status;
433
14
        status._code = code;
434
14
        status._err_msg = std::make_unique<ErrMsg>();
435
14
        if constexpr (sizeof...(args) == 0) {
436
14
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
14
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
14
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
14
        return status;
447
14
    }
_ZN5doris6Status5ErrorILi6ELb0EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
26
    Status static Error(std::string_view msg, Args&&... args) {
432
26
        Status status;
433
26
        status._code = code;
434
26
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
26
        } else {
438
26
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
26
        }
440
26
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
26
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
26
        return status;
447
26
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6009ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb1EJRiiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
88
    Status static Error(std::string_view msg, Args&&... args) {
432
88
        Status status;
433
88
        status._code = code;
434
88
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
88
        } else {
438
88
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
88
        }
440
88
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
88
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
88
        return status;
447
88
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJR8CURLcodeEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi3ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
62
    Status static Error(std::string_view msg, Args&&... args) {
432
62
        Status status;
433
62
        status._code = code;
434
62
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
62
        } else {
438
62
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
62
        }
440
62
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
62
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
62
        return status;
447
62
    }
_ZN5doris6Status5ErrorILi6ELb1EJRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi33ELb0EJRSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi33ELb0EJRSt17basic_string_viewIcSt11char_traitsIcEEmmEEES0_S5_DpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi33ELb0EJRSt17basic_string_viewIcSt11char_traitsIcEENSt7__cxx1112basic_stringIcS4_SaIcEEEPKcEEES0_S5_DpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
28
    Status static Error(std::string_view msg, Args&&... args) {
432
28
        Status status;
433
28
        status._code = code;
434
28
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
28
        } else {
438
28
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
28
        }
440
28
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
28
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
28
        return status;
447
28
    }
_ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
48
    Status static Error(std::string_view msg, Args&&... args) {
432
48
        Status status;
433
48
        status._code = code;
434
48
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
48
        } else {
438
48
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
48
        }
440
48
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
48
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
48
        return status;
447
48
    }
_ZN5doris6Status5ErrorILi33ELb0EJmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJmNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_jS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERbS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi8ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
6
        if constexpr (sizeof...(args) == 0) {
436
6
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
_ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_PKcS9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
58
    Status static Error(std::string_view msg, Args&&... args) {
432
58
        Status status;
433
58
        status._code = code;
434
58
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
58
        } else {
438
58
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
58
        }
440
58
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
58
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
58
        return status;
447
58
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_bEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi4ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmmEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
12
    Status static Error(std::string_view msg, Args&&... args) {
432
12
        Status status;
433
12
        status._code = code;
434
12
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
12
        } else {
438
12
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
12
        }
440
12
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
12
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
12
        return status;
447
12
    }
_ZN5doris6Status5ErrorILi71ELb1EJRlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS8_EEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi33ELb0EJmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi33ELb0EJRPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
_ZN5doris6Status5ErrorILi33ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
16
    Status static Error(std::string_view msg, Args&&... args) {
432
16
        Status status;
433
16
        status._code = code;
434
16
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
16
        } else {
438
16
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
16
        }
440
16
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
16
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
16
        return status;
447
16
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJmhEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
536
    Status static Error(std::string_view msg, Args&&... args) {
432
536
        Status status;
433
536
        status._code = code;
434
536
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
536
        } else {
438
536
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
536
        }
440
536
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
536
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
536
        return status;
447
536
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmRKiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
190
    Status static Error(std::string_view msg, Args&&... args) {
432
190
        Status status;
433
190
        status._code = code;
434
190
        status._err_msg = std::make_unique<ErrMsg>();
435
190
        if constexpr (sizeof...(args) == 0) {
436
190
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
190
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
190
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
190
        return status;
447
190
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1602ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi36ELb0EJPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS9_lEEES0_St17basic_string_viewIcS7_EDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRlmlRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6007ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiRmEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi4ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
32.3k
    Status static Error(std::string_view msg, Args&&... args) {
432
32.3k
        Status status;
433
32.3k
        status._code = code;
434
32.3k
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
32.3k
        } else {
438
32.3k
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
32.3k
        }
440
32.3k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
32.3k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
32.3k
        return status;
447
32.3k
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi47ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_RmSA_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
8.09k
    Status static Error(std::string_view msg, Args&&... args) {
432
8.09k
        Status status;
433
8.09k
        status._code = code;
434
8.09k
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
8.09k
        } else {
438
8.09k
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
8.09k
        }
440
8.09k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8.09k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8.09k
        return status;
447
8.09k
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRNS_19TStorageBackendType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRlS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
8
    Status static Error(std::string_view msg, Args&&... args) {
432
8
        Status status;
433
8
        status._code = code;
434
8
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
8
        } else {
438
8
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
8
        }
440
8
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8
        return status;
447
8
    }
_ZN5doris6Status5ErrorILi33ELb0EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
58
    Status static Error(std::string_view msg, Args&&... args) {
432
58
        Status status;
433
58
        status._code = code;
434
58
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
58
        } else {
438
58
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
58
        }
440
58
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
58
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
58
        return status;
447
58
    }
_ZN5doris6Status5ErrorILi30ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
8.56k
    Status static Error(std::string_view msg, Args&&... args) {
432
8.56k
        Status status;
433
8.56k
        status._code = code;
434
8.56k
        status._err_msg = std::make_unique<ErrMsg>();
435
8.56k
        if constexpr (sizeof...(args) == 0) {
436
8.56k
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
8.56k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8.56k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8.56k
        return status;
447
8.56k
    }
_ZN5doris6Status5ErrorILi30ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
520
    Status static Error(std::string_view msg, Args&&... args) {
432
520
        Status status;
433
520
        status._code = code;
434
520
        status._err_msg = std::make_unique<ErrMsg>();
435
520
        if constexpr (sizeof...(args) == 0) {
436
520
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
520
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
520
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
520
        return status;
447
520
    }
_ZN5doris6Status5ErrorILi1ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
74
    Status static Error(std::string_view msg, Args&&... args) {
432
74
        Status status;
433
74
        status._code = code;
434
74
        status._err_msg = std::make_unique<ErrMsg>();
435
74
        if constexpr (sizeof...(args) == 0) {
436
74
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
74
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
74
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
74
        return status;
447
74
    }
_ZN5doris6Status5ErrorILi39ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
24
    Status static Error(std::string_view msg, Args&&... args) {
432
24
        Status status;
433
24
        status._code = code;
434
24
        status._err_msg = std::make_unique<ErrMsg>();
435
24
        if constexpr (sizeof...(args) == 0) {
436
24
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
24
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
24
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
24
        return status;
447
24
    }
_ZN5doris6Status5ErrorILi36ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
8
    Status static Error(std::string_view msg, Args&&... args) {
432
8
        Status status;
433
8
        status._code = code;
434
8
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
8
        } else {
438
8
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
8
        }
440
8
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8
        return status;
447
8
    }
_ZN5doris6Status5ErrorILi6ELb1EJRlS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi3ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
12
    Status static Error(std::string_view msg, Args&&... args) {
432
12
        Status status;
433
12
        status._code = code;
434
12
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
12
        } else {
438
12
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
12
        }
440
12
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
12
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
12
        return status;
447
12
    }
_ZN5doris6Status5ErrorILi6ELb1EJiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
10
    Status static Error(std::string_view msg, Args&&... args) {
432
10
        Status status;
433
10
        status._code = code;
434
10
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
10
        } else {
438
10
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
10
        }
440
10
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
10
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
10
        return status;
447
10
    }
_ZN5doris6Status5ErrorILi33ELb0EJRmRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi33ELb0EJRmRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi33ELb0EJRKmRlRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi33ELb0EJRKmRmS4_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEEiRKNSt7__cxx1112basic_stringIcS5_SaIcEEESB_S2_SB_EEES0_S6_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEEiRKNSt7__cxx1112basic_stringIcS5_SaIcEEESB_SB_mS2_SB_SB_EEES0_S6_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEEiRKNSt7__cxx1112basic_stringIcS5_SaIcEEESB_SB_mS2_SD_SB_EEES0_S6_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEEiRKNSt7__cxx1112basic_stringIcS5_SaIcEEESB_SB_mS2_PKcSB_EEES0_S6_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS5_SaIcEEEmSB_S2_SB_EEES0_S6_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS5_SaIcEEEmSB_SB_mS2_SB_SB_EEES0_S6_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS5_SaIcEEEmSB_SB_mS2_SD_SB_EEES0_S6_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS5_SaIcEEEmSB_SB_mS2_PKcSB_EEES0_S6_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmmEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRKiRKmS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRS7_RKmS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin704ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi1ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRKPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKPKcRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
8.78k
    Status static Error(std::string_view msg, Args&&... args) {
432
8.78k
        Status status;
433
8.78k
        status._code = code;
434
8.78k
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
8.78k
        } else {
438
8.78k
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
8.78k
        }
440
8.78k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8.78k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8.78k
        return status;
447
8.78k
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRjS2_S2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi46ELb0EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi31ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
26
    Status static Error(std::string_view msg, Args&&... args) {
432
26
        Status status;
433
26
        status._code = code;
434
26
        status._err_msg = std::make_unique<ErrMsg>();
435
26
        if constexpr (sizeof...(args) == 0) {
436
26
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
26
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
26
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
26
        return status;
447
26
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN3orc8TypeKindEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi34ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
72
    Status static Error(std::string_view msg, Args&&... args) {
432
72
        Status status;
433
72
        status._code = code;
434
72
        status._err_msg = std::make_unique<ErrMsg>();
435
72
        if constexpr (sizeof...(args) == 0) {
436
72
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
72
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
72
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
72
        return status;
447
72
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJmRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRmS2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRmS2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRjRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJNS_13PredicateTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
46
    Status static Error(std::string_view msg, Args&&... args) {
432
46
        Status status;
433
46
        status._code = code;
434
46
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
46
        } else {
438
46
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
46
        }
440
46
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
46
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
46
        return status;
447
46
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKN11TExprOpcode4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
8
    Status static Error(std::string_view msg, Args&&... args) {
432
8
        Status status;
433
8
        status._code = code;
434
8
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
8
        } else {
438
8
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
8
        }
440
8
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8
        return status;
447
8
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi8ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi34ELb1EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi31ELb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmmRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin239ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILin241ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
6
        if constexpr (sizeof...(args) == 0) {
436
6
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
_ZN5doris6Status5ErrorILi34ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi34ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
6
        if constexpr (sizeof...(args) == 0) {
436
6
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJmRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJiRA15_KcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILin206ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
4
        if constexpr (sizeof...(args) == 0) {
436
4
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILin6002ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
32
    Status static Error(std::string_view msg, Args&&... args) {
432
32
        Status status;
433
32
        status._code = code;
434
32
        status._err_msg = std::make_unique<ErrMsg>();
435
32
        if constexpr (sizeof...(args) == 0) {
436
32
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
32
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
32
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
32
        return status;
447
32
    }
_ZN5doris6Status5ErrorILi6ELb1EJiiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJiiiiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin3002ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
76
    Status static Error(std::string_view msg, Args&&... args) {
432
76
        Status status;
433
76
        status._code = code;
434
76
        status._err_msg = std::make_unique<ErrMsg>();
435
76
        if constexpr (sizeof...(args) == 0) {
436
76
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
76
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
76
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
76
        return status;
447
76
    }
_ZN5doris6Status5ErrorILi33ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRmRjS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRmRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRmRjS3_S3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKmmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
_ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRjRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
_ZN5doris6Status5ErrorILi32ELb1EJRmmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi32ELb1EJRjmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRjS2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: binary_dict_page_test.cpp:_ZN5doris6Status5ErrorILi32ELb1EJRmNS_10segment_v23$_1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRNS_10segment_v214EncodingTypePBERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT1_
Unexecuted instantiation: binary_dict_page_test.cpp:_ZN5doris6Status5ErrorILi6ELb1EJRKmNS_10segment_v23$_0EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmS2_mS2_RiRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
12
    Status static Error(std::string_view msg, Args&&... args) {
432
12
        Status status;
433
12
        status._code = code;
434
12
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
12
        } else {
438
12
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
12
        }
440
12
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
12
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
12
        return status;
447
12
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmSA_SA_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRmRjS2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRjS2_S2_RmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: encoding_info_test.cpp:_ZN5doris6Status5ErrorILi6ELb1EJRKmNS_10segment_v23$_0EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: encoding_info_test.cpp:_ZN5doris6Status5ErrorILi32ELb1EJRmNS_10segment_v23$_1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKmRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRmRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKjS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi32ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
2
        if constexpr (sizeof...(args) == 0) {
436
2
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin212ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb1EJmRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi33ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
98
    Status static Error(std::string_view msg, Args&&... args) {
432
98
        Status status;
433
98
        status._code = code;
434
98
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
98
        } else {
438
98
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
98
        }
440
98
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
98
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
98
        return status;
447
98
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmmEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi36ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
2
        if constexpr (sizeof...(args) == 0) {
436
2
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiRKiS4_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiRiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiS9_S9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
8
    Status static Error(std::string_view msg, Args&&... args) {
432
8
        Status status;
433
8
        status._code = code;
434
8
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
8
        } else {
438
8
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
8
        }
440
8
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8
        return status;
447
8
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
16
    Status static Error(std::string_view msg, Args&&... args) {
432
16
        Status status;
433
16
        status._code = code;
434
16
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
16
        } else {
438
16
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
16
        }
440
16
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
16
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
16
        return status;
447
16
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNS_14TStorageMedium4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin253ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin217ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi31ELb1EJRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi7ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiiPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILin7411ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
14
    Status static Error(std::string_view msg, Args&&... args) {
432
14
        Status status;
433
14
        status._code = code;
434
14
        status._err_msg = std::make_unique<ErrMsg>();
435
14
        if constexpr (sizeof...(args) == 0) {
436
14
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
14
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
14
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
14
        return status;
447
14
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7411ELb0EJbRbNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7411ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi31ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
8
    Status static Error(std::string_view msg, Args&&... args) {
432
8
        Status status;
433
8
        status._code = code;
434
8
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
8
        } else {
438
8
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
8
        }
440
8
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8
        return status;
447
8
    }
_ZN5doris6Status5ErrorILi3ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi33ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA5_KcEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRPKcRbEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA8_KcEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRPKcRsEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRPKcRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRPKcRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA7_KcEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRPKcRdEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA12_KcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi11ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
8
    Status static Error(std::string_view msg, Args&&... args) {
432
8
        Status status;
433
8
        status._code = code;
434
8
        status._err_msg = std::make_unique<ErrMsg>();
435
8
        if constexpr (sizeof...(args) == 0) {
436
8
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
8
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8
        return status;
447
8
    }
_ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_St17basic_string_viewIcS5_EEEES0_SB_DpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi12ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJRlS2_RKjlS4_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRlmlRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRlS2_RKmlS4_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRlmlRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRaEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRsEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
14
    Status static Error(std::string_view msg, Args&&... args) {
432
14
        Status status;
433
14
        status._code = code;
434
14
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
14
        } else {
438
14
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
14
        }
440
14
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
14
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
14
        return status;
447
14
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRnEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRfEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRdEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
10
    Status static Error(std::string_view msg, Args&&... args) {
432
10
        Status status;
433
10
        status._code = code;
434
10
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
10
        } else {
438
10
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
10
        }
440
10
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
10
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
10
        return status;
447
10
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKiS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRKlS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKnS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKN4wide7integerILm256EiEES6_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRN4wide7integerILm256EiEEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi46ELb0EJRlRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJN5arrow8TimeUnit4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJN5arrow4Type4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi32ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
14
    Status static Error(std::string_view msg, Args&&... args) {
432
14
        Status status;
433
14
        status._code = code;
434
14
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
14
        } else {
438
14
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
14
        }
440
14
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
14
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
14
        return status;
447
14
    }
_ZN5doris6Status5ErrorILi33ELb0EJRKiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi33ELb0EJRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKnEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKN4wide7integerILm256EiEEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJPKcNS_13PrimitiveTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
22.2k
    Status static Error(std::string_view msg, Args&&... args) {
432
22.2k
        Status status;
433
22.2k
        status._code = code;
434
22.2k
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
22.2k
        } else {
438
22.2k
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
22.2k
        }
440
22.2k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
22.2k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
22.2k
        return status;
447
22.2k
    }
_ZN5doris6Status5ErrorILi32ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi46ELb0EJRKiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi3ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
74
    Status static Error(std::string_view msg, Args&&... args) {
432
74
        Status status;
433
74
        status._code = code;
434
74
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
74
        } else {
438
74
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
74
        }
440
74
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
74
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
74
        return status;
447
74
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJN5arrow4Type4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi46ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJRKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRiRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
240
    Status static Error(std::string_view msg, Args&&... args) {
432
240
        Status status;
433
240
        status._code = code;
434
240
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
240
        } else {
438
240
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
240
        }
440
240
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
240
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
240
        return status;
447
240
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJimEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJmRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRiS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKijEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi46ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_bbEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
10
    Status static Error(std::string_view msg, Args&&... args) {
432
10
        Status status;
433
10
        status._code = code;
434
10
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
10
        } else {
438
10
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
10
        }
440
10
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
10
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
10
        return status;
447
10
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi46ELb0EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKilEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRKiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRKllEEES0_St17basic_string_viewIcS7_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElEEES0_St17basic_string_viewIcS7_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRKiRiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRlRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi1ELb0EJRKiPKcRlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_EEES0_St17basic_string_viewIcSA_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi11ELb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERbSA_S7_SA_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKiRKNS_7TJoinOp4typeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiRmmEEES0_St17basic_string_viewIcSB_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKiRKNS_7TJoinOp4typeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEimmRmSG_EEES0_St17basic_string_viewIcSB_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRKiRKNS_7TJoinOp4typeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPKcSD_SD_EEES0_St17basic_string_viewIcSB_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmRmRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJiRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmRKmNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi39ELb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi46ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJmRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiRiEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiRjEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSB_SB_EEES0_St17basic_string_viewIcS9_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJSt14_Bit_referenceRmbEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERbS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJSt14_Bit_referenceRiS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRbS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKiiiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiS2_mEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJjmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRimEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNS_13TDataSinkType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRKiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin257ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_RKjRKS7_RbbSC_bibbEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
62
    Status static Error(std::string_view msg, Args&&... args) {
432
62
        Status status;
433
62
        status._code = code;
434
62
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
62
        } else {
438
62
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
62
        }
440
62
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
62
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
62
        return status;
447
62
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RjEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlS7_RjRKjEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJiRKiRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJRN11TExprOpcode4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi3ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
8
    Status static Error(std::string_view msg, Args&&... args) {
432
8
        Status status;
433
8
        status._code = code;
434
8
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
8
        } else {
438
8
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
8
        }
440
8
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8
        return status;
447
8
    }
_ZN5doris6Status5ErrorILi3ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
22
    Status static Error(std::string_view msg, Args&&... args) {
432
22
        Status status;
433
22
        status._code = code;
434
22
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
22
        } else {
438
22
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
22
        }
440
22
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
22
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
22
        return status;
447
22
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi3ELb1EJKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_iEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin207ELb1EJiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElRiS9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKlRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin207ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbbiRKS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin207ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbiRKS7_bEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi16ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb0EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
_ZN5doris6Status5ErrorILi6ELb1EJRPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
_ZN5doris6Status5ErrorILi42ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
930
    Status static Error(std::string_view msg, Args&&... args) {
432
930
        Status status;
433
930
        status._code = code;
434
930
        status._err_msg = std::make_unique<ErrMsg>();
435
930
        if constexpr (sizeof...(args) == 0) {
436
930
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
930
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
930
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
930
        return status;
447
930
    }
_ZN5doris6Status5ErrorILin240ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
1.63k
    Status static Error(std::string_view msg, Args&&... args) {
432
1.63k
        Status status;
433
1.63k
        status._code = code;
434
1.63k
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
1.63k
        } else {
438
1.63k
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
1.63k
        }
440
1.63k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
1.63k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
1.63k
        return status;
447
1.63k
    }
_ZN5doris6Status5ErrorILin240ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
6.94k
    Status static Error(std::string_view msg, Args&&... args) {
432
6.94k
        Status status;
433
6.94k
        status._code = code;
434
6.94k
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6.94k
        } else {
438
6.94k
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6.94k
        }
440
6.94k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6.94k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6.94k
        return status;
447
6.94k
    }
_ZN5doris6Status5ErrorILin240ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiRiSA_RKiEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
8
    Status static Error(std::string_view msg, Args&&... args) {
432
8
        Status status;
433
8
        status._code = code;
434
8
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
8
        } else {
438
8
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
8
        }
440
8
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8
        return status;
447
8
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRNS_20SplitThreadPoolToken5StateEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi8ELb0EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJRaEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNS_15TFileFormatType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNS_13PrimitiveTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRKlS8_S8_S8_S8_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_EEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlS8_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmmRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRlSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S6_DpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRlRS0_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
28
    Status static Error(std::string_view msg, Args&&... args) {
432
28
        Status status;
433
28
        status._code = code;
434
28
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
28
        } else {
438
28
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
28
        }
440
28
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
28
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
28
        return status;
447
28
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin223ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin232ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_PKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRmEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi4ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS8_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
18
    Status static Error(std::string_view msg, Args&&... args) {
432
18
        Status status;
433
18
        status._code = code;
434
18
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
18
        } else {
438
18
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
18
        }
440
18
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
18
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
18
        return status;
447
18
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmmRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKmNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS5_EEEES0_S9_DpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRjNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKPKcRNS_9StringRefEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRhEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESB_SC_SB_EEES0_St17basic_string_viewIcS9_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRmRKPKcmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
8
    Status static Error(std::string_view msg, Args&&... args) {
432
8
        Status status;
433
8
        status._code = code;
434
8
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
8
        } else {
438
8
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
8
        }
440
8
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8
        return status;
447
8
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRmNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
12
    Status static Error(std::string_view msg, Args&&... args) {
432
12
        Status status;
433
12
        status._code = code;
434
12
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
12
        } else {
438
12
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
12
        }
440
12
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
12
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
12
        return status;
447
12
    }
_ZN5doris6Status5ErrorILi33ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJSt17basic_string_viewIcSt11char_traitsIcEERmEEES0_S5_DpOT1_
_ZN5doris6Status5ErrorILi47ELb0EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi47ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
2
        if constexpr (sizeof...(args) == 0) {
436
2
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRmNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES0_St17basic_string_viewIcS6_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRKmS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi33ELb0EJRKmRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKPKcmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJSt17basic_string_viewIcSt11char_traitsIcEERmS6_EEES0_S5_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_S7_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJRNS_10segment_v222InvertedIndexQueryTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin6000ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
14
    Status static Error(std::string_view msg, Args&&... args) {
432
14
        Status status;
433
14
        status._code = code;
434
14
        status._err_msg = std::make_unique<ErrMsg>();
435
14
        if constexpr (sizeof...(args) == 0) {
436
14
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
14
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
14
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
14
        return status;
447
14
    }
_ZN5doris6Status5ErrorILi3ELb1EJiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKPKcRKiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKiRKPKcRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKPKcS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_PKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA109_KcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmmEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6011ELb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS9_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKPKcRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRPcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRPcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6000ELb1EJRNS_13PrimitiveTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin6001ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRdS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin6003ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
50
    Status static Error(std::string_view msg, Args&&... args) {
432
50
        Status status;
433
50
        status._code = code;
434
50
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
50
        } else {
438
50
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
50
        }
440
50
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
50
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
50
        return status;
447
50
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6002ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi31ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
40.0k
    Status static Error(std::string_view msg, Args&&... args) {
432
40.0k
        Status status;
433
40.0k
        status._code = code;
434
40.0k
        status._err_msg = std::make_unique<ErrMsg>();
435
40.0k
        if constexpr (sizeof...(args) == 0) {
436
40.0k
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
40.0k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
40.0k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
40.0k
        return status;
447
40.0k
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJlRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi48ELb1EJRjiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKmEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin217ELb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNS_13TExprNodeType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKNS_13TExprNodeType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRmEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRmimEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiS7_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRmS2_mEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_PKcEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRsNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRnNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRaNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRA30_cNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKaNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKsNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKnNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKfNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKdNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRNS_15TFileFormatType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi46ELb0EJN9rapidjson14ParseErrorCodeEPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi46ELb0EJN9rapidjson4TypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi47ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb0EJRKNS_9TFileType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi46ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRKmEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRjRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKjEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi30ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmSA_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRjRmS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRjRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKN8tparquet4Type4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKN8tparquet13ConvertedType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRiS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERjjS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RbS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRmS2_S2_RjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi30ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRA8_KcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJRKNS_15TFileFormatType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi46ELb0EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi46ELb0EJjRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJRNS_15TFileFormatType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRmS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJRjmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi4ELb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2.00k
    Status static Error(std::string_view msg, Args&&... args) {
432
2.00k
        Status status;
433
2.00k
        status._code = code;
434
2.00k
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2.00k
        } else {
438
2.00k
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2.00k
        }
440
2.00k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2.00k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2.00k
        return status;
447
2.00k
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKaEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNS_15TFileFormatType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin212ELb1EJmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RmmEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi33ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmmEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi33ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi30ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRijEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi46ELb0EJN8simdjson10error_codeEPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi46ELb0EJRKN8simdjson10error_codeEPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRKmEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRmEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRjRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKjEEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi30ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
_ZN5doris6Status5ErrorILi3ELb1EJRKNS_10TPushAggOp4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKiPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKiPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi32ELb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlSA_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmmEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi3ELb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKllRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRlRKlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRKiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRmEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlmEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRllEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRlEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlPKcRKmEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKlRllEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERllEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlSA_RKlEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKlRlSB_SC_SC_RsEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKlRlEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElRlRKlEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElRlEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlSA_S9_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmmEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKiRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi46ELb0EJmRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi46ELb0EJjjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKmS7_S9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb0EJRmRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi3ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
2
        if constexpr (sizeof...(args) == 0) {
436
2
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi7ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi7ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
2
        if constexpr (sizeof...(args) == 0) {
436
2
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb0EJllEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb0EJRKmS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb0EJRmS2_mEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKmRmSA_S9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi7ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi7ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRmRKmS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRlS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi35ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin232ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
2
        if constexpr (sizeof...(args) == 0) {
436
2
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin256ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi40ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
2
        if constexpr (sizeof...(args) == 0) {
436
2
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi31ELb0EJRSt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS4_SaIcEEESC_N3Aws2S38S3ErrorsESC_EEES0_S5_DpOT1_
_ZN5doris6Status5ErrorILin256ELb0EJRSt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS4_SaIcEEESC_N3Aws2S38S3ErrorsESC_EEES0_S5_DpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi6ELb0EJRSt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS4_SaIcEEESC_N3Aws4Http16HttpResponseCodeENSD_2S38S3ErrorsESC_EEES0_S5_DpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNS_2io15FileCachePolicyEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRmlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_S7_SA_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi34ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_S9_S7_mEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_S7_mEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmS2_RNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJRmRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRlRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRlmRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi35ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmS2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
_ZN5doris6Status5ErrorILi31ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
20
    Status static Error(std::string_view msg, Args&&... args) {
432
20
        Status status;
433
20
        status._code = code;
434
20
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
20
        } else {
438
20
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
20
        }
440
20
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
20
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
20
        return status;
447
20
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNS_2io10BufferTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRlRxEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRS0_RSt6atomicIbEmRlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSC_RmbEEES0_St17basic_string_viewIcSA_EDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRiS2_RNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
_ZN5doris6Status5ErrorILi34ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_RiS9_S9_S9_N3Aws4Http16HttpResponseCodeES9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmSA_S9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_S9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi1ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRlRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin216ELb0EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin808ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin808ELb1EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin808ELb1EJlmRdRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRjS2_lEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6010ELb1EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6010ELb1EJlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6010ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6010ELb1EJlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKjEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6010ELb1EJlRmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin6010ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
8
    Status static Error(std::string_view msg, Args&&... args) {
432
8
        Status status;
433
8
        status._code = code;
434
8
        status._err_msg = std::make_unique<ErrMsg>();
435
8
        if constexpr (sizeof...(args) == 0) {
436
8
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
8
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8
        return status;
447
8
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin224ELb1EJlRlS2_S2_mEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin2002ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin2000ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
2
        if constexpr (sizeof...(args) == 0) {
436
2
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin2010ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin2008ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin2009ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin2009ELb0EJllRlS2_llEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin242ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_PKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRlRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb1EJmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi33ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
58
    Status static Error(std::string_view msg, Args&&... args) {
432
58
        Status status;
433
58
        status._code = code;
434
58
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
58
        } else {
438
58
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
58
        }
440
58
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
58
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
58
        return status;
447
58
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_S9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1900ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRNS_10segment_v222BloomFilterAlgorithmPBEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKdEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6002ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILin6003ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
40
    Status static Error(std::string_view msg, Args&&... args) {
432
40
        Status status;
433
40
        status._code = code;
434
40
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
40
        } else {
438
40
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
40
        }
440
40
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
40
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
40
        return status;
447
40
    }
_ZN5doris6Status5ErrorILin6004ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILin6002ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6002ELb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin6003ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
8
    Status static Error(std::string_view msg, Args&&... args) {
432
8
        Status status;
433
8
        status._code = code;
434
8
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
8
        } else {
438
8
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
8
        }
440
8
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8
        return status;
447
8
    }
_ZN5doris6Status5ErrorILin6003ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
8
    Status static Error(std::string_view msg, Args&&... args) {
432
8
        Status status;
433
8
        status._code = code;
434
8
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
8
        } else {
438
8
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
8
        }
440
8
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8
        return status;
447
8
    }
_ZN5doris6Status5ErrorILin6002ELb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6002ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7002ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNS_9FieldTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6004ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin6004ELb1EJRmRiRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6004ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILin6005ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
4
        if constexpr (sizeof...(args) == 0) {
436
4
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILin6004ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILin6001ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
4
        if constexpr (sizeof...(args) == 0) {
436
4
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6004ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILin6002ELb1EJPKcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS9_EEES0_St17basic_string_viewIcS7_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6007ELb0EJiiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6001ELb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin6012ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
2
        if constexpr (sizeof...(args) == 0) {
436
2
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJjRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJliiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1100ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3001ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3003ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3004ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3004ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3006ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3006ELb1EJRKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EES8_EEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3005ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi35ELb0EJlRNS_14CompactionTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJlRNS_14CompactionTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJlRNS_14CompactionTypeERllNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin2012ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi39ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin6001ELb1EJiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb1EJRmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb1EJmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin206ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3103ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin253ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin242ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_iEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin242ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin242ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3110ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3116ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_RiS9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6006ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_RiS9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3119ELb1EJiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmRlS2_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_EEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin238ELb1EJRlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiRSt6atomicIiEmEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin238ELb1EJRlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiRSt6atomicIiESC_SC_mEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1201ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3108ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3105ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILin3002ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3123ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin211ELb1EJRlS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin206ELb1EJjNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin224ELb1EJRmS2_S2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin224ELb1EJRmmS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin224ELb1EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin608ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3118ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3117ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin235ELb1EJRmRilEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin235ELb1EJmRllEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin207ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7003ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin230ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEllEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin230ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin804ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin230ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin702ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKlEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRS0_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKimNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_EEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmmNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb1EJRmmlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_22FieldAggregationMethodEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin215ELb1EJRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin216ELb1EJRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin216ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKlS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJlRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin230ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1601ELb1EJmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1601ELb1EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1500ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3104ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi11ELb1EJRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: binary_dict_page.cpp:_ZN5doris6Status5ErrorILi32ELb1EJRmNS_10segment_v23$_3EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: binary_dict_page.cpp:_ZN5doris6Status5ErrorILi6ELb1EJRKmNS_10segment_v23$_0EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE5EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE5EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRNS_10segment_v214EncodingTypePBEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: bitshuffle_page.cpp:_ZN5doris6Status5ErrorILi6ELb1EJRKmNS_10segment_v23$_0EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi32ELb1EJRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi32ELb1EJRjiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi31ELb0EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_10segment_v217ColumnIndexTypePBEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6001ELb1EJRNS_9FieldTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi31ELb1EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
12
    Status static Error(std::string_view msg, Args&&... args) {
432
12
        Status status;
433
12
        status._code = code;
434
12
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
12
        } else {
438
12
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
12
        }
440
12
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
12
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
12
        return status;
447
12
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJjNS_9FieldTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJNS_9FieldTypeENS_10segment_v214EncodingTypePBEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJNS_9FieldTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: encoding_info.cpp:_ZN5doris6Status5ErrorILi6ELb1EJRKmNS_10segment_v23$_0EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE1EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE1EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: encoding_info.cpp:_ZN5doris6Status5ErrorILi32ELb1EJRmNS_10segment_v23$_1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE3EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE3EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE7EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE7EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE9EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE9EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE8EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE8EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE6EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE10EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE10EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE11EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE11EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE24EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE24EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE14EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE14EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE28EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE28EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE29EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE29EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE15EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE15EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE40EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE40EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE16EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE16EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE31EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE31EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE32EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE32EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE33EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE33EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE37EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE37EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE38EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE38EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE39EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE39EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRNS_9FieldTypeERNS_10segment_v214EncodingTypePBEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
32
    Status static Error(std::string_view msg, Args&&... args) {
432
32
        Status status;
433
32
        status._code = code;
434
32
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
32
        } else {
438
32
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
32
        }
440
32
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
32
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
32
        return status;
447
32
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE6EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin7002ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
1.07k
    Status static Error(std::string_view msg, Args&&... args) {
432
1.07k
        Status status;
433
1.07k
        status._code = code;
434
1.07k
        status._err_msg = std::make_unique<ErrMsg>();
435
1.07k
        if constexpr (sizeof...(args) == 0) {
436
1.07k
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
1.07k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
1.07k
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
1.07k
        return status;
447
1.07k
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi32ELb1EJRjRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi32ELb1EJiRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi32ELb1EJRjRmRKmS5_S5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi32ELb1EJRKmRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKjRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJjRmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
_ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmjS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmRjSB_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_9FieldTypeEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7000ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin7001ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
2
        if constexpr (sizeof...(args) == 0) {
436
2
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKmSB_SB_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmRKmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRjRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRtRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRjRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmjmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRmjmN3fmt2v78arg_joinIN9__gnu_cxx17__normal_iteratorIPjSt6vectorIjSaIjEEEESC_cEEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJmRmNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_S2_S8_EEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRjRmjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin232ELb1EJmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNS_10segment_v224HierarchicalDataIterator8ReadTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRPKcRKbRbRiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESG_SE_EEES0_St17basic_string_viewIcSC_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRPKcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiSC_SA_EEES0_St17basic_string_viewIcS8_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi31ELb1EJRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi35ELb0EJRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin232ELb1EJmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin300ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILin243ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKlRKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS9_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRllEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKlEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin234ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRiS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin217ELb1EJRmRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin242ELb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin242ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin300ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin222ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi31ELb0EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRSt17basic_string_viewIcSt11char_traitsIcEERlEEES0_S5_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3000ELb1EJRNS_11TabletStateEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin702ELb1EJlRlS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin702ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin804ELb0EJlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbmRiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7000ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin908ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_lEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin504ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin504ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin908ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin300ELb1EJRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi31ELb1EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin216ELb1EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi39ELb0EJlRllEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi74ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi74ELb0EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin2011ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin500ELb1EJRlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin500ELb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin506ELb1EJlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin405ELb1EJRlRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin215ELb1EJRS0_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi39ELb1EJlRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1412ELb1EJRlRiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS0_EEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1412ELb1EJRlRilRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1412ELb1EJlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin406ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin406ELb1EJRlRiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin402ELb1EJlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi31ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin502ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin215ELb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin300ELb1EJRKNS_14TStorageFormat4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi11ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRlEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjRjEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin211ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin211ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb1EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi11ELb1EJPcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJjRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin211ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin211ELb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin3002ELb1EJRlRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
22
    Status static Error(std::string_view msg, Args&&... args) {
432
22
        Status status;
433
22
        status._code = code;
434
22
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
22
        } else {
438
22
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
22
        }
440
22
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
22
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
22
        return status;
447
22
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1410ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi30ELb0EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb1EJimEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb1EJRmmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKlRKiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNS_20TUniqueKeyUpdateMode4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKNS_26TPartialUpdateNewRowPolicy4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_14TPrimitiveType4typeEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKmRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKlS3_S3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin217ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin914ELb1EJRlS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin909ELb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3115ELb1EJRKlRlS3_S3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin216ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi35ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1604ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi74ELb0EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin504ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin233ELb1EJmRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3108ELb1EJRlS2_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
_ZN5doris6Status5ErrorILin911ELb1EJRlS2_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_S8_EEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILin226ELb1EJRlS2_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKlEEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin3122ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlS8_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILin228ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
2
        if constexpr (sizeof...(args) == 0) {
436
2
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin226ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin228ELb1EJRlS2_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_S8_RKS8_EEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiPcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1401ELb1EJRKlS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb0EJRKlS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJPKcS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS5_EEEES0_SA_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRS0_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA27_KcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi8ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi37ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi1ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiRS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi30ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi31ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
6
    Status static Error(std::string_view msg, Args&&... args) {
432
6
        Status status;
433
6
        status._code = code;
434
6
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
6
        } else {
438
6
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
6
        }
440
6
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
6
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
6
        return status;
447
6
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi31ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRNS_27PRerunFragmentParams_OpcodeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRmS9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi1ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi7ELb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRlPcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_S9_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNS_19TStorageBackendType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi34ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi5ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi5ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_S7_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi38ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi38ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi38ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRKSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi36ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin1101ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin217ELb1EJRmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin217ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi71ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
128
    Status static Error(std::string_view msg, Args&&... args) {
432
128
        Status status;
433
128
        status._code = code;
434
128
        status._err_msg = std::make_unique<ErrMsg>();
435
128
        if constexpr (sizeof...(args) == 0) {
436
128
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
128
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
128
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
128
        return status;
447
128
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi38ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJPKcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESB_EEES0_St17basic_string_viewIcS7_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi1ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi1ELb0EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi9ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJmilEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRA6_KcRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiS8_EEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiRlRKlEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiRS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILin240ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
2
        if constexpr (sizeof...(args) == 0) {
436
2
            status._err_msg->_msg = msg;
437
        } else {
438
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILin240ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
14
    Status static Error(std::string_view msg, Args&&... args) {
432
14
        Status status;
433
14
        status._code = code;
434
14
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
14
        } else {
438
14
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
14
        }
440
14
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
14
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
14
        return status;
447
14
    }
_ZN5doris6Status5ErrorILin240ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_RiSA_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJRPKcRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
10
    Status static Error(std::string_view msg, Args&&... args) {
432
10
        Status status;
433
10
        status._code = code;
434
10
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
10
        } else {
438
10
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
10
        }
440
10
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
10
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
10
        return status;
447
10
    }
_ZN5doris6Status5ErrorILi6ELb1EJRPKcRlRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS9_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRlS2_lEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRlS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRKmiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi5ELb1EJPKcRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJPKcRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJPKcRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi5ELb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi5ELb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJR17libdeflate_resultEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJR19BrotliDecoderResultEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNS_10segment_v217CompressionTypePBEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNS_17TFileCompressType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRN8tparquet16CompressionCodec4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILin7411ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7411ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJmRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNS_12CompressTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRNS_17TFileCompressType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRPKcRPcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRPKcPcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi48ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRKhEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
8
    Status static Error(std::string_view msg, Args&&... args) {
432
8
        Status status;
433
8
        status._code = code;
434
8
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
8
        } else {
438
8
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
8
        }
440
8
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
8
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
8
        return status;
447
8
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJcRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRA20_KcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRA23_KcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRA26_KcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_PKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJRiPcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi39ELb1EJRiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7412ELb1EJRNS_15ThreadPoolToken5StateEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi7ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiPKcEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi4ELb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlmmEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRimEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlmmmmRKiRiEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi1ELb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNS_8FileTypeERjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRlRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi32ELb1EJRlS2_jNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
_ZN5doris6Status5ErrorILi33ELb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi33ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi33ELb1EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
34
    Status static Error(std::string_view msg, Args&&... args) {
432
34
        Status status;
433
34
        status._code = code;
434
34
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
34
        } else {
438
34
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
34
        }
440
34
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
34
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
34
        return status;
447
34
    }
_ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmmEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRjRNS_8FileTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi32ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS_8FileTypeEEEES0_St17basic_string_viewIcS5_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRjRmS3_RKlRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERllS8_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlilS8_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlilS8_S8_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS_18BaseTabletsChannel5StateEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEilEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERllmRiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERllmiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERllEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRjRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin215ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin235ELb1EJmRilEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin900ELb1EJRS0_lEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin900ELb1EJRS0_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi3ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin900ELb1EJRNS_15TFileFormatType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi46ELb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERljEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin236ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin239ELb1EJRlllEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi16ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNS_9TLoadType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi1ELb0EJRNS_9TLoadType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_iEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_iEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_EEES0_St17basic_string_viewIcS8_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJRPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin808ELb1EJmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi31ELb1EJRlS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
14
    Status static Error(std::string_view msg, Args&&... args) {
432
14
        Status status;
433
14
        status._code = code;
434
14
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
14
        } else {
438
14
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
14
        }
440
14
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
14
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
14
        return status;
447
14
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin235ELb1EJRilEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin909ELb1EJRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi100ELb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi31ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi33ELb0EJRSt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS4_SaIcEEEEEES0_S5_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRSt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS4_SaIcEEEEEES0_S5_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi7ELb1EJRSt17basic_string_viewIcSt11char_traitsIcEERNSt7__cxx1112basic_stringIcS4_SaIcEEEEEES0_S5_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi7ELb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi31ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi7ELb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJiiiiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJiiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiiiiEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin7311ELb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi100ELb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi100ELb1EJlRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi100ELb0EJlRlS2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi100ELb1EJlRlS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi100ELb0EJlRlS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJlRKlS3_lNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
_ZN5doris6Status5ErrorILi101ELb1EJlRKlS3_lEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
4
    Status static Error(std::string_view msg, Args&&... args) {
432
4
        Status status;
433
4
        status._code = code;
434
4
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
4
        } else {
438
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
4
        }
440
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
4
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
4
        return status;
447
4
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJllNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi100ELb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi34ELb1EJRSt17basic_string_viewIcSt11char_traitsIcEERS0_NSt7__cxx1112basic_stringIcS4_SaIcEEEEEES0_S5_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi31ELb1EJSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi35ELb0EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi6ELb1EJN3fmt2v78arg_joinISt23_Rb_tree_const_iteratorIiES6_cEEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi32ELb1EJRiRKiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin235ELb1EJRlRilEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILi31ELb0EJRlS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
_ZN5doris6Status5ErrorILi6ELb1EJRNS_16TWarmUpEventType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILi7ELb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT1_
_ZN5doris6Status5ErrorILi33ELb0EJRmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Line
Count
Source
431
2
    Status static Error(std::string_view msg, Args&&... args) {
432
2
        Status status;
433
2
        status._code = code;
434
2
        status._err_msg = std::make_unique<ErrMsg>();
435
        if constexpr (sizeof...(args) == 0) {
436
            status._err_msg->_msg = msg;
437
2
        } else {
438
2
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
439
2
        }
440
2
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
441
2
            config::enable_stacktrace) {
442
            // Delete the first one frame pointers, which are inside the status.h
443
0
            status._err_msg->_stack = get_stack_trace(1);
444
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
445
0
        }
446
2
        return status;
447
2
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6002ELb1EJRA10_KcPS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
Unexecuted instantiation: _ZN5doris6Status5ErrorILin6002ELb1EJRA12_KcPS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT1_
448
449
    template <bool stacktrace = true, typename... Args>
450
40.8k
    Status static Error(int code, std::string_view msg, Args&&... args) {
451
40.8k
        Status status;
452
40.8k
        status._code = code;
453
40.8k
        status._err_msg = std::make_unique<ErrMsg>();
454
40.8k
        if constexpr (sizeof...(args) == 0) {
455
40.8k
            status._err_msg->_msg = msg;
456
40.8k
        } else {
457
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
458
4
        }
459
40.8k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
460
40.8k
            config::enable_stacktrace) {
461
0
            status._err_msg->_stack = get_stack_trace(1);
462
0
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
463
0
        }
464
40.8k
        return status;
465
40.8k
    }
_ZN5doris6Status5ErrorILb1EJEEES0_iSt17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
450
156
    Status static Error(int code, std::string_view msg, Args&&... args) {
451
156
        Status status;
452
156
        status._code = code;
453
156
        status._err_msg = std::make_unique<ErrMsg>();
454
156
        if constexpr (sizeof...(args) == 0) {
455
156
            status._err_msg->_msg = msg;
456
        } else {
457
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
458
        }
459
156
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
460
156
            config::enable_stacktrace) {
461
0
            status._err_msg->_stack = get_stack_trace(1);
462
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
463
0
        }
464
156
        return status;
465
156
    }
_ZN5doris6Status5ErrorILb0EJEEES0_iSt17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
450
40.7k
    Status static Error(int code, std::string_view msg, Args&&... args) {
451
40.7k
        Status status;
452
40.7k
        status._code = code;
453
40.7k
        status._err_msg = std::make_unique<ErrMsg>();
454
40.7k
        if constexpr (sizeof...(args) == 0) {
455
40.7k
            status._err_msg->_msg = msg;
456
        } else {
457
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
458
        }
459
40.7k
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
460
40.7k
            config::enable_stacktrace) {
461
0
            status._err_msg->_stack = get_stack_trace(1);
462
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
463
0
        }
464
40.7k
        return status;
465
40.7k
    }
Unexecuted instantiation: _ZN5doris6Status5ErrorILb1EJPKcEEES0_iSt17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status5ErrorILb0EJPKcEEES0_iSt17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status5ErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_iSt17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status5ErrorILb1EJmRmRlS3_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS9_EEES0_iSt17basic_string_viewIcS7_EDpOT0_
Line
Count
Source
450
4
    Status static Error(int code, std::string_view msg, Args&&... args) {
451
4
        Status status;
452
4
        status._code = code;
453
4
        status._err_msg = std::make_unique<ErrMsg>();
454
        if constexpr (sizeof...(args) == 0) {
455
            status._err_msg->_msg = msg;
456
4
        } else {
457
4
            status._err_msg->_msg = fmt::format(msg, std::forward<Args>(args)...);
458
4
        }
459
4
        if (stacktrace && ErrorCode::error_states[abs(code)].stacktrace &&
460
4
            config::enable_stacktrace) {
461
0
            status._err_msg->_stack = get_stack_trace(1);
462
            LOG(WARNING) << "meet error status: " << status; // may print too many stacks.
463
0
        }
464
4
        return status;
465
4
    }
466
467
293M
    static Status OK() { return {}; }
468
469
    template <bool stacktrace = true, typename... Args>
470
0
    static Status FatalError(std::string_view msg, Args&&... args) {
471
0
#ifndef NDEBUG
472
0
        LOG(FATAL) << fmt::format(msg, std::forward<Args>(args)...);
473
0
#endif
474
0
        return Error<ErrorCode::FATAL_ERROR, stacktrace>(msg, std::forward<Args>(args)...);
475
0
    }
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRNS_19TStorageBackendType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRNS_20SplitThreadPoolToken5StateEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRlRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRSt17basic_string_viewIcSt11char_traitsIcEERlEEES0_S5_DpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS5_EEEES0_SA_DpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRS0_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRmS9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10FatalErrorILb1EJRNS_15ThreadPoolToken5StateEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
476
477
// default have stacktrace. could disable manually.
478
#define ERROR_CTOR(name, code)                                                       \
479
    template <bool stacktrace = true, typename... Args>                              \
480
133k
    static Status name(std::string_view msg, Args&&... args) {                       \
481
133k
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
133k
    }
_ZN5doris6Status12RuntimeErrorILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
56
    static Status name(std::string_view msg, Args&&... args) {                       \
481
56
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
56
    }
_ZN5doris6Status12NotSupportedILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
94
    static Status name(std::string_view msg, Args&&... args) {                       \
481
94
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
94
    }
_ZN5doris6Status13InternalErrorILb1EJRmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
_ZN5doris6Status19MemoryLimitExceededILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
30
    static Status name(std::string_view msg, Args&&... args) {                       \
481
30
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
30
    }
Unexecuted instantiation: _ZN5doris6Status8JniErrorILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status10CorruptionILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
20
    static Status name(std::string_view msg, Args&&... args) {                       \
481
20
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
20
    }
_ZN5doris6Status12NotSupportedILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
28
    static Status name(std::string_view msg, Args&&... args) {                       \
481
28
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
28
    }
_ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS5_EEEES0_S9_DpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJRlmlRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmSt17basic_string_viewIcS5_EEEES0_SA_DpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
364
    static Status name(std::string_view msg, Args&&... args) {                       \
481
364
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
364
    }
_ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
96.0k
    static Status name(std::string_view msg, Args&&... args) {                       \
481
96.0k
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
96.0k
    }
_ZN5doris6Status13InternalErrorILb0EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
_ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
26
    static Status name(std::string_view msg, Args&&... args) {                       \
481
26
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
26
    }
_ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
88
    static Status name(std::string_view msg, Args&&... args) {                       \
481
88
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
88
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJR8CURLcodeEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status12NotSupportedILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
62
    static Status name(std::string_view msg, Args&&... args) {                       \
481
62
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
62
    }
_ZN5doris6Status13InternalErrorILb1EJRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
28
    static Status name(std::string_view msg, Args&&... args) {                       \
481
28
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
28
    }
_ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
48
    static Status name(std::string_view msg, Args&&... args) {                       \
481
48
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
48
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERbS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_PKcS9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
58
    static Status name(std::string_view msg, Args&&... args) {                       \
481
58
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
58
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_bEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status12RuntimeErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmmEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
12
    static Status name(std::string_view msg, Args&&... args) {                       \
481
12
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
12
    }
_ZN5doris6Status9HttpErrorILb1EJRlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS8_EEES0_St17basic_string_viewIcS6_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmRKiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
188
    static Status name(std::string_view msg, Args&&... args) {                       \
481
188
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
188
    }
_ZN5doris6Status13InternalErrorILb1EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRlmlRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status12RuntimeErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
32.3k
    static Status name(std::string_view msg, Args&&... args) {                       \
481
32.3k
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
32.3k
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_RmSA_EEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status7AbortedILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
24
    static Status name(std::string_view msg, Args&&... args) {                       \
481
24
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
24
    }
_ZN5doris6Status13InternalErrorILb1EJRlS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status12NotSupportedILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
12
    static Status name(std::string_view msg, Args&&... args) {                       \
481
12
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
12
    }
_ZN5doris6Status13InternalErrorILb1EJiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
10
    static Status name(std::string_view msg, Args&&... args) {                       \
481
10
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
10
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEEiRKNSt7__cxx1112basic_stringIcS5_SaIcEEESB_S2_SB_EEES0_S6_DpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEEiRKNSt7__cxx1112basic_stringIcS5_SaIcEEESB_SB_mS2_SB_SB_EEES0_S6_DpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEEiRKNSt7__cxx1112basic_stringIcS5_SaIcEEESB_SB_mS2_SD_SB_EEES0_S6_DpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEEiRKNSt7__cxx1112basic_stringIcS5_SaIcEEESB_SB_mS2_PKcSB_EEES0_S6_DpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS5_SaIcEEEmSB_S2_SB_EEES0_S6_DpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS5_SaIcEEEmSB_SB_mS2_SB_SB_EEES0_S6_DpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS5_SaIcEEEmSB_SB_mS2_SD_SB_EEES0_S6_DpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmRSt17basic_string_viewIcSt11char_traitsIcEERKNSt7__cxx1112basic_stringIcS5_SaIcEEEmSB_SB_mS2_PKcSB_EEES0_S6_DpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmmEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRKiRKmS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRS7_RKmS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status8NotFoundILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
20
    static Status name(std::string_view msg, Args&&... args) {                       \
481
20
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
20
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN3orc8TypeKindEEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status7IOErrorILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
72
    static Status name(std::string_view msg, Args&&... args) {                       \
481
72
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
72
    }
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJmRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRmS2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRmS2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRjRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
46
    static Status name(std::string_view msg, Args&&... args) {                       \
481
46
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
46
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKN11TExprOpcode4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status7IOErrorILb1EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status8NotFoundILb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmmRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
_ZN5doris6Status7IOErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
_ZN5doris6Status7IOErrorILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJiRA15_KcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
_ZN5doris6Status13InternalErrorILb1EJiiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
6
    static Status name(std::string_view msg, Args&&... args) {                       \
481
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
6
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJiiiiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRmRjS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRmRjS3_S3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKmmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
_ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
6
    static Status name(std::string_view msg, Args&&... args) {                       \
481
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
6
    }
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRjRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
_ZN5doris6Status10CorruptionILb1EJRmmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status10CorruptionILb1EJRjmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRjS2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: binary_dict_page_test.cpp:_ZN5doris6Status10CorruptionILb1EJRmNS_10segment_v23$_1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRNS_10segment_v214EncodingTypePBERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT0_
Unexecuted instantiation: binary_dict_page_test.cpp:_ZN5doris6Status13InternalErrorILb1EJRKmNS_10segment_v23$_0EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmS2_mS2_RiRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
12
    static Status name(std::string_view msg, Args&&... args) {                       \
481
12
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
12
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmSA_SA_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRmRjS2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRjS2_S2_RmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: encoding_info_test.cpp:_ZN5doris6Status13InternalErrorILb1EJRKmNS_10segment_v23$_0EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: encoding_info_test.cpp:_ZN5doris6Status10CorruptionILb1EJRmNS_10segment_v23$_1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKmRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRmRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKjS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status10CorruptionILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiRKiS4_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiRiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiS9_S9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
8
    static Status name(std::string_view msg, Args&&... args) {                       \
481
8
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
8
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
16
    static Status name(std::string_view msg, Args&&... args) {                       \
481
16
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
16
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNS_14TStorageMedium4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status8NotFoundILb1EJRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status8RpcErrorILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiiPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_St17basic_string_viewIcS5_EEEES0_SB_DpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status17BufferAllocFailedILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJRlS2_RKjlS4_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRlmlRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRlS2_RKmlS4_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRlmlRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJN5arrow4Type4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status10CorruptionILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
14
    static Status name(std::string_view msg, Args&&... args) {                       \
481
14
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
14
    }
_ZN5doris6Status10CorruptionILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
_ZN5doris6Status12NotSupportedILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
74
    static Status name(std::string_view msg, Args&&... args) {                       \
481
74
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
74
    }
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJRKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKilEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRKiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRKllEEES0_St17basic_string_viewIcS7_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElEEES0_St17basic_string_viewIcS7_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRKiRiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRlRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status17MemoryAllocFailedILb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERbSA_S7_SA_EEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKiRKNS_7TJoinOp4typeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiRmmEEES0_St17basic_string_viewIcSB_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKiRKNS_7TJoinOp4typeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEimmRmSG_EEES0_St17basic_string_viewIcSB_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRKiRKNS_7TJoinOp4typeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPKcSD_SD_EEES0_St17basic_string_viewIcSB_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmRmRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJiRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmRKmNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status7AbortedILb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiRiEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
6
    static Status name(std::string_view msg, Args&&... args) {                       \
481
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
6
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiRjEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSB_SB_EEES0_St17basic_string_viewIcS9_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJSt14_Bit_referenceRmbEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERbS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJSt14_Bit_referenceRiS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKiiiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiS2_mEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJjmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRimEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNS_13TDataSinkType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRKiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_RKjRKS7_RbbSC_bibbEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
62
    static Status name(std::string_view msg, Args&&... args) {                       \
481
62
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
62
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RjEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlS7_RjRKjEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJiRKiRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJRN11TExprOpcode4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status12NotSupportedILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
8
    static Status name(std::string_view msg, Args&&... args) {                       \
481
8
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
8
    }
_ZN5doris6Status12NotSupportedILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
22
    static Status name(std::string_view msg, Args&&... args) {                       \
481
22
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
22
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status12NotSupportedILb1EJKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_iEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb0EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
6
    static Status name(std::string_view msg, Args&&... args) {                       \
481
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
6
    }
_ZN5doris6Status13InternalErrorILb1EJRPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT0_
Line
Count
Source
480
6
    static Status name(std::string_view msg, Args&&... args) {                       \
481
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
6
    }
_ZN5doris6Status13UninitializedILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
930
    static Status name(std::string_view msg, Args&&... args) {                       \
481
930
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
930
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJRaEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNS_15TFileFormatType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNS_13PrimitiveTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmEEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRKlS8_S8_S8_S8_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlS8_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmmRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRlSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S6_DpOT0_
_ZN5doris6Status13InternalErrorILb1EJRlRS0_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
28
    static Status name(std::string_view msg, Args&&... args) {                       \
481
28
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
28
    }
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_PKcEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRmEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status12RuntimeErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmmRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESB_SC_SB_EEES0_St17basic_string_viewIcS9_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRmRKPKcmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
8
    static Status name(std::string_view msg, Args&&... args) {                       \
481
8
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
8
    }
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_S7_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJRNS_10segment_v222InvertedIndexQueryTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status12NotSupportedILb1EJiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA109_KcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmmEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRPcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status17MemoryAllocFailedILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status8NotFoundILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJlRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status8JniErrorILb1EJRjiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKmEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNS_13TExprNodeType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRmEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiS7_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_PKcEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRsNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRnNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRaNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRA30_cNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKaNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKsNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKnNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKfNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKdNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJRNS_15TFileFormatType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb0EJRKNS_9TFileType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRKmEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRjRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKjEEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmSA_EEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRjRmS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRjRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKN8tparquet4Type4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKN8tparquet13ConvertedType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRiS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERjjS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RbS7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRmS2_S2_RjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRA8_KcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJRKNS_15TFileFormatType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJRNS_15TFileFormatType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRmS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJRjmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status12RuntimeErrorILb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2.00k
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2.00k
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2.00k
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKaEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNS_15TFileFormatType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RmmEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRijEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRKmEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRmEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRjRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKjEEES0_St17basic_string_viewIcS6_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status12NotSupportedILb1EJRKNS_10TPushAggOp4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKiPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKiPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status10CorruptionILb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlSA_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmmEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status12NotSupportedILb1EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRlRKlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRmEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlmEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRllEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRlEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlPKcRKmEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKlRllEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERllEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlSA_RKlEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKlRlSB_SC_SC_RsEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKlRlEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElRlRKlEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEElRlEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlSA_S9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKmS7_S9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJRmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb0EJRmRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status12NotSupportedILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status8RpcErrorILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status8RpcErrorILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb0EJllEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb0EJRKmS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb0EJRmS2_mEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKmRmSA_S9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status8RpcErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status8RpcErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRmRKmS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRlS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNS_2io15FileCachePolicyEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRmlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_S7_SA_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status7IOErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_S9_S7_mEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_S7_mEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmS2_RNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJRmRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRlRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRlmRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmS2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
_ZN5doris6Status8NotFoundILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
20
    static Status name(std::string_view msg, Args&&... args) {                       \
481
20
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
20
    }
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNS_2io10BufferTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRlRxEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRS0_RSt6atomicIbEmRlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSC_RmbEEES0_St17basic_string_viewIcSA_EDpOT0_
Line
Count
Source
480
6
    static Status name(std::string_view msg, Args&&... args) {                       \
481
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
6
    }
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRiS2_RNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
_ZN5doris6Status7IOErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_RiS9_S9_S9_N3Aws4Http16HttpResponseCodeES9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmSA_S9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_S9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRlRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRjS2_lEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRNS_10segment_v222BloomFilterAlgorithmPBEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNS_9FieldTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJjRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJliiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJlRNS_14CompactionTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJlRNS_14CompactionTypeERllNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status7AbortedILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmRlS2_NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_EEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKlEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRS0_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmmNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_22FieldAggregationMethodEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKlS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJlRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status17MemoryAllocFailedILb1EJRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: binary_dict_page.cpp:_ZN5doris6Status10CorruptionILb1EJRmNS_10segment_v23$_3EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: binary_dict_page.cpp:_ZN5doris6Status13InternalErrorILb1EJRKmNS_10segment_v23$_0EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE5EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE5EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRNS_10segment_v214EncodingTypePBEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: bitshuffle_page.cpp:_ZN5doris6Status13InternalErrorILb1EJRKmNS_10segment_v23$_0EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status10CorruptionILb1EJRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
_ZN5doris6Status10CorruptionILb1EJRjiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_10segment_v217ColumnIndexTypePBEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status8NotFoundILb1EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
12
    static Status name(std::string_view msg, Args&&... args) {                       \
481
12
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
12
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJjNS_9FieldTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJNS_9FieldTypeENS_10segment_v214EncodingTypePBEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJNS_9FieldTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: encoding_info.cpp:_ZN5doris6Status13InternalErrorILb1EJRKmNS_10segment_v23$_0EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE1EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE1EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: encoding_info.cpp:_ZN5doris6Status10CorruptionILb1EJRmNS_10segment_v23$_1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE3EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE3EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE7EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE7EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE9EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE9EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE8EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE8EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE6EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE10EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE10EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE11EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE11EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE24EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE24EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE14EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE14EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE28EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE28EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE29EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE29EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE15EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE15EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE40EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE40EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE16EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE16EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE31EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE31EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE32EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE32EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE33EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE33EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE37EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE37EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE38EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE38EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE39EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE39EEUt_EEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRNS_9FieldTypeERNS_10segment_v214EncodingTypePBEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
32
    static Status name(std::string_view msg, Args&&... args) {                       \
481
32
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
32
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNS_10segment_v221BitShufflePageDecoderILNS_9FieldTypeE6EEUt_ES5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status10CorruptionILb1EJRjRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status10CorruptionILb1EJiRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status10CorruptionILb1EJRjRmRKmS5_S5_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status10CorruptionILb1EJRKmRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKjRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJjRmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
_ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmjS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmRjSB_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_9FieldTypeEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmRKmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRjRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmjmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRmjmN3fmt2v78arg_joinIN9__gnu_cxx17__normal_iteratorIPjSt6vectorIjSaIjEEEESC_cEEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmRmNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_S2_S8_EEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRjRmjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNS_10segment_v224HierarchicalDataIterator8ReadTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRPKcRKbRbRiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESG_SE_EEES0_St17basic_string_viewIcSC_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRPKcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiSC_SA_EEES0_St17basic_string_viewIcS8_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status8NotFoundILb1EJRKjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKlRKiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS9_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRiS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status8NotFoundILb0EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbmRiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status8NotFoundILb1EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status7AbortedILb0EJlRllEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status7AbortedILb1EJlRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRlEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEjRjEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJjRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
6
    static Status name(std::string_view msg, Args&&... args) {                       \
481
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
6
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKlRKiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNS_20TUniqueKeyUpdateMode4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_14TPrimitiveType4typeEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKmRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKlS3_S3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiPcEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb0EJRKlS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJPKcS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA27_KcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiRS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status8NotFoundILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
6
    static Status name(std::string_view msg, Args&&... args) {                       \
481
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
6
    }
Unexecuted instantiation: _ZN5doris6Status8NotFoundILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status8RpcErrorILb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJmRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRlPcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_S9_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNS_19TStorageBackendType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status7IOErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status19MemoryLimitExceededILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status19MemoryLimitExceededILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_S7_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status9HttpErrorILb1EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
128
    static Status name(std::string_view msg, Args&&... args) {                       \
481
128
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
128
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJPKcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESB_EEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRA6_KcRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKiS8_EEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiRlRKlEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status8NotFoundILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiRS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_RiSA_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJRPKcRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
10
    static Status name(std::string_view msg, Args&&... args) {                       \
481
10
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
10
    }
_ZN5doris6Status13InternalErrorILb1EJRPKcRlRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS9_EDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRlS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status19MemoryLimitExceededILb1EJPKcRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJPKcRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status19MemoryLimitExceededILb1EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status19MemoryLimitExceededILb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJR17libdeflate_resultEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJR19BrotliDecoderResultEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNS_10segment_v217CompressionTypePBEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNS_17TFileCompressType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRN8tparquet16CompressionCodec4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNS_12CompressTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb0EJRNS_17TFileCompressType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRPKcRPcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRPKcPcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status8JniErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJRiPcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status7AbortedILb1EJRiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status8RpcErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERiPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12RuntimeErrorILb1EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlmmEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlRimEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
_ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlmmmmRKiRiEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNS_8FileTypeERjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRlRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status10CorruptionILb1EJRlS2_jNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Line
Count
Source
480
4
    static Status name(std::string_view msg, Args&&... args) {                       \
481
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
4
    }
_ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmmEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRjRNS_8FileTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status10CorruptionILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS_8FileTypeEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRjRmS3_RKlRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERllS8_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlilS8_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlilS8_S8_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS_18BaseTabletsChannel5StateEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEilEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERllmRiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERllmiEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERllEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRjRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12NotSupportedILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERljEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNS_9TLoadType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_iEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_iEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status8NotFoundILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES3_EEES0_St17basic_string_viewIcS8_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJRPKcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status8NotFoundILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status8RpcErrorILb1EJRSt17basic_string_viewIcSt11char_traitsIcEERNSt7__cxx1112basic_stringIcS4_SaIcEEEEEES0_S5_DpOT0_
Unexecuted instantiation: _ZN5doris6Status8RpcErrorILb1EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status8NotFoundILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status8RpcErrorILb1EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13InternalErrorILb1EJlRKlS3_lNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJllNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status7IOErrorILb1EJRSt17basic_string_viewIcSt11char_traitsIcEERS0_NSt7__cxx1112basic_stringIcS4_SaIcEEEEEES0_S5_DpOT0_
Unexecuted instantiation: _ZN5doris6Status8NotFoundILb1EJSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT0_
Unexecuted instantiation: _ZN5doris6Status13InternalErrorILb1EJN3fmt2v78arg_joinISt23_Rb_tree_const_iteratorIiES6_cEEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status10CorruptionILb1EJRiRKiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status13InternalErrorILb1EJRNS_16TWarmUpEventType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
480
2
    static Status name(std::string_view msg, Args&&... args) {                       \
481
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
482
2
    }
Unexecuted instantiation: _ZN5doris6Status8RpcErrorILb1EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
483
484
// default have no stacktrace. could enable manually.
485
#define ERROR_CTOR_NOSTACK(name, code)                                               \
486
    template <bool stacktrace = false, typename... Args>                             \
487
162k
    static Status name(std::string_view msg, Args&&... args) {                       \
488
162k
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
162k
    }
_ZN5doris6Status15InvalidArgumentILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
1.90k
    static Status name(std::string_view msg, Args&&... args) {                       \
488
1.90k
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
1.90k
    }
_ZN5doris6Status15InvalidArgumentILb0EJRNS_10segment_v214HashStrategyPBEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
_ZN5doris6Status15InvalidArgumentILb0EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
16
    static Status name(std::string_view msg, Args&&... args) {                       \
488
16
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
16
    }
_ZN5doris6Status15InvalidArgumentILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
119k
    static Status name(std::string_view msg, Args&&... args) {                       \
488
119k
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
119k
    }
_ZN5doris6Status15InvalidArgumentILb0EJRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
70
    static Status name(std::string_view msg, Args&&... args) {                       \
488
70
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
70
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJtEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status16DataQualityErrorILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
14
    static Status name(std::string_view msg, Args&&... args) {                       \
488
14
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
14
    }
_ZN5doris6Status15InvalidArgumentILb0EJRSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
_ZN5doris6Status15InvalidArgumentILb0EJRSt17basic_string_viewIcSt11char_traitsIcEEmmEEES0_S5_DpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
_ZN5doris6Status15InvalidArgumentILb0EJRSt17basic_string_viewIcSt11char_traitsIcEENSt7__cxx1112basic_stringIcS4_SaIcEEEPKcEEES0_S5_DpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
_ZN5doris6Status15InvalidArgumentILb0EJmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
_ZN5doris6Status8TimedOutILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
6
    static Status name(std::string_view msg, Args&&... args) {                       \
488
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
6
    }
_ZN5doris6Status15InvalidArgumentILb0EJmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
_ZN5doris6Status15InvalidArgumentILb0EJRPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
6
    static Status name(std::string_view msg, Args&&... args) {                       \
488
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
6
    }
_ZN5doris6Status15InvalidArgumentILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
16
    static Status name(std::string_view msg, Args&&... args) {                       \
488
16
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
16
    }
_ZN5doris6Status15InvalidArgumentILb0EJmhEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
536
    static Status name(std::string_view msg, Args&&... args) {                       \
488
536
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
536
    }
_ZN5doris6Status12NetworkErrorILb0EJPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS9_lEEES0_St17basic_string_viewIcS7_EDpOT0_
Line
Count
Source
487
6
    static Status name(std::string_view msg, Args&&... args) {                       \
488
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
6
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidJsonPathILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
_ZN5doris6Status15InvalidArgumentILb0EJRlS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
8
    static Status name(std::string_view msg, Args&&... args) {                       \
488
8
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
8
    }
_ZN5doris6Status15InvalidArgumentILb0EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
58
    static Status name(std::string_view msg, Args&&... args) {                       \
488
58
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
58
    }
_ZN5doris6Status9EndOfFileILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
8.56k
    static Status name(std::string_view msg, Args&&... args) {                       \
488
8.56k
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
8.56k
    }
_ZN5doris6Status9CancelledILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
74
    static Status name(std::string_view msg, Args&&... args) {                       \
488
74
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
74
    }
_ZN5doris6Status12NetworkErrorILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
8
    static Status name(std::string_view msg, Args&&... args) {                       \
488
8
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
8
    }
_ZN5doris6Status15InvalidArgumentILb0EJRmRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
_ZN5doris6Status15InvalidArgumentILb0EJRmRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
_ZN5doris6Status15InvalidArgumentILb0EJRKmRlRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
_ZN5doris6Status15InvalidArgumentILb0EJRKmRmS4_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
Unexecuted instantiation: _ZN5doris6Status9CancelledILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRKPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKPKcRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
8.78k
    static Status name(std::string_view msg, Args&&... args) {                       \
488
8.78k
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
8.78k
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRjS2_S2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status16DataQualityErrorILb0EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJNS_13PredicateTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
8
    static Status name(std::string_view msg, Args&&... args) {                       \
488
8
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
8
    }
Unexecuted instantiation: _ZN5doris6Status8TimedOutILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status13NeedSendAgainILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
6
    static Status name(std::string_view msg, Args&&... args) {                       \
488
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
6
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJmRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
98
    static Status name(std::string_view msg, Args&&... args) {                       \
488
98
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
98
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmmEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
_ZN5doris6Status12NetworkErrorILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
_ZN5doris6Status11CgroupErrorILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
14
    static Status name(std::string_view msg, Args&&... args) {                       \
488
14
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
14
    }
Unexecuted instantiation: _ZN5doris6Status11CgroupErrorILb0EJbRbNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbEEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status11CgroupErrorILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRaEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRsEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
14
    static Status name(std::string_view msg, Args&&... args) {                       \
488
14
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
14
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRnEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRfEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRdEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
10
    static Status name(std::string_view msg, Args&&... args) {                       \
488
10
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
10
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKiS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRKlS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
6
    static Status name(std::string_view msg, Args&&... args) {                       \
488
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
6
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKnS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKN4wide7integerILm256EiEES6_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRN4wide7integerILm256EiEEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status16DataQualityErrorILb0EJRlRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
6
    static Status name(std::string_view msg, Args&&... args) {                       \
488
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
6
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJN5arrow8TimeUnit4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRKiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
_ZN5doris6Status15InvalidArgumentILb0EJRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKnEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKN4wide7integerILm256EiEEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJPKcNS_13PrimitiveTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
22.2k
    static Status name(std::string_view msg, Args&&... args) {                       \
488
22.2k
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
22.2k
    }
Unexecuted instantiation: _ZN5doris6Status16DataQualityErrorILb0EJRKiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJN5arrow4Type4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status16DataQualityErrorILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERlEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
_ZN5doris6Status15InvalidArgumentILb0EJRiRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
240
    static Status name(std::string_view msg, Args&&... args) {                       \
488
240
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
240
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJimEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJmRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRiS2_S2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKijEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status16DataQualityErrorILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_bbEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
10
    static Status name(std::string_view msg, Args&&... args) {                       \
488
10
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
10
    }
Unexecuted instantiation: _ZN5doris6Status16DataQualityErrorILb0EJRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRiNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
_ZN5doris6Status9CancelledILb0EJRKiPKcRlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_EEES0_St17basic_string_viewIcSA_EDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
Unexecuted instantiation: _ZN5doris6Status16DataQualityErrorILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJmRKlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRbS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12TooManyTasksILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status8TimedOutILb0EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmS8_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
18
    static Status name(std::string_view msg, Args&&... args) {                       \
488
18
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
18
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKmNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt17basic_string_viewIcS5_EEEES0_S9_DpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRjNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKPKcRNS_9StringRefEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRhEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRmNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
Line
Count
Source
487
12
    static Status name(std::string_view msg, Args&&... args) {                       \
488
12
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
12
    }
_ZN5doris6Status15InvalidArgumentILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJSt17basic_string_viewIcSt11char_traitsIcEERmEEES0_S5_DpOT0_
_ZN5doris6Status15InvalidJsonPathILb0EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
_ZN5doris6Status15InvalidJsonPathILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRmNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES0_St17basic_string_viewIcS6_EDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRKmS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
_ZN5doris6Status15InvalidArgumentILb0EJRKmRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKPKcmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJSt17basic_string_viewIcSt11char_traitsIcEERmS6_EEES0_S5_DpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRmS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKPKcRKiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKiRKPKcRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKPKcS3_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_PKcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS9_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKPKcRKmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRPcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRdS2_EEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKNS_13TExprNodeType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRmimEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRmS2_mEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status16DataQualityErrorILb0EJN9rapidjson14ParseErrorCodeEPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status16DataQualityErrorILb0EJN9rapidjson4TypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidJsonPathILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status16DataQualityErrorILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
Unexecuted instantiation: _ZN5doris6Status9EndOfFileILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status9EndOfFileILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status16DataQualityErrorILb0EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status16DataQualityErrorILb0EJjRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmmEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
_ZN5doris6Status15InvalidArgumentILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status9EndOfFileILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status16DataQualityErrorILb0EJN8simdjson10error_codeEPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status16DataQualityErrorILb0EJRKN8simdjson10error_codeEPKcEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status9EndOfFileILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
_ZN5doris6Status15InvalidArgumentILb0EJiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
6
    static Status name(std::string_view msg, Args&&... args) {                       \
488
6
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
6
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKllRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRKiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Line
Count
Source
487
4
    static Status name(std::string_view msg, Args&&... args) {                       \
488
4
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
4
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRiRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS6_EDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERmmEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKiRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS7_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status16DataQualityErrorILb0EJmRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status16DataQualityErrorILb0EJjjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12AlreadyExistILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status9CancelledILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12AlreadyExistILb0EJlRNS_14CompactionTypeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKmSB_SB_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12AlreadyExistILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12AlreadyExistILb0EJRjEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RKS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status16ObtainLockFailedILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status16ObtainLockFailedILb0EJRlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status9EndOfFileILb0EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKNS_26TPartialUpdateNewRowPolicy4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12AlreadyExistILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status16ObtainLockFailedILb0EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status9EndOfFileILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRNS_27PRerunFragmentParams_OpcodeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status9CancelledILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13NotAuthorizedILb0EJEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status13NotAuthorizedILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13NotAuthorizedILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRKSt17basic_string_viewIcSt11char_traitsIcEEEEES0_S5_DpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status13NotAuthorizedILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status9CancelledILb0EJRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJmilEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRlS2_lEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRKmiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJPKcRiEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status11CgroupErrorILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
Unexecuted instantiation: _ZN5doris6Status11CgroupErrorILb0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJmRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRKhEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
8
    static Status name(std::string_view msg, Args&&... args) {                       \
488
8
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
8
    }
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJcRmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRA20_KcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRA23_KcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status15InvalidArgumentILb0EJRA26_KcRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS8_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status16DataQualityErrorILb0EJRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status12TooManyTasksILb0EJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS7_EEES0_St17basic_string_viewIcS5_EDpOT0_
Unexecuted instantiation: _ZN5doris6Status9CancelledILb0EJRNS_9TLoadType4typeEEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Unexecuted instantiation: _ZN5doris6Status12AlreadyExistILb0EJlEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
_ZN5doris6Status15InvalidArgumentILb0EJRmmEEES0_St17basic_string_viewIcSt11char_traitsIcEEDpOT0_
Line
Count
Source
487
2
    static Status name(std::string_view msg, Args&&... args) {                       \
488
2
        return Error<ErrorCode::code, stacktrace>(msg, std::forward<Args>(args)...); \
489
2
    }
490
491
    ERROR_CTOR(PublishTimeout, PUBLISH_TIMEOUT)
492
    ERROR_CTOR(MemoryAllocFailed, MEM_ALLOC_FAILED)
493
    ERROR_CTOR(BufferAllocFailed, BUFFER_ALLOCATION_FAILED)
494
    ERROR_CTOR_NOSTACK(InvalidArgument, INVALID_ARGUMENT)
495
    ERROR_CTOR_NOSTACK(InvalidJsonPath, INVALID_JSON_PATH)
496
    ERROR_CTOR(MinimumReservationUnavailable, MINIMUM_RESERVATION_UNAVAILABLE)
497
    ERROR_CTOR(Corruption, CORRUPTION)
498
    ERROR_CTOR(IOError, IO_ERROR)
499
    ERROR_CTOR(NotFound, NOT_FOUND)
500
    ERROR_CTOR_NOSTACK(AlreadyExist, ALREADY_EXIST)
501
    ERROR_CTOR_NOSTACK(DirectoryNotEmpty, DIRECTORY_NOT_EMPTY)
502
    ERROR_CTOR(NotSupported, NOT_IMPLEMENTED_ERROR)
503
    ERROR_CTOR_NOSTACK(EndOfFile, END_OF_FILE)
504
    ERROR_CTOR(InternalError, INTERNAL_ERROR)
505
    ERROR_CTOR(RuntimeError, RUNTIME_ERROR)
506
    ERROR_CTOR(JniError, JNI_ERROR)
507
    ERROR_CTOR_NOSTACK(Cancelled, CANCELLED)
508
    ERROR_CTOR(MemoryLimitExceeded, MEM_LIMIT_EXCEEDED)
509
    ERROR_CTOR(RpcError, THRIFT_RPC_ERROR)
510
    ERROR_CTOR_NOSTACK(TimedOut, TIMEOUT)
511
    ERROR_CTOR_NOSTACK(TooManyTasks, TOO_MANY_TASKS)
512
    ERROR_CTOR(Uninitialized, UNINITIALIZED)
513
    ERROR_CTOR(Aborted, ABORTED)
514
    ERROR_CTOR_NOSTACK(DataQualityError, DATA_QUALITY_ERROR)
515
    ERROR_CTOR_NOSTACK(NotAuthorized, NOT_AUTHORIZED)
516
    ERROR_CTOR(HttpError, HTTP_ERROR)
517
    ERROR_CTOR_NOSTACK(NeedSendAgain, NEED_SEND_AGAIN)
518
    ERROR_CTOR_NOSTACK(CgroupError, CGROUP_ERROR)
519
    ERROR_CTOR_NOSTACK(ObtainLockFailed, OBTAIN_LOCK_FAILED)
520
    ERROR_CTOR_NOSTACK(NetworkError, NETWORK_ERROR)
521
#undef ERROR_CTOR
522
523
    template <int code>
524
3.09M
    bool is() const {
525
3.09M
        return code == _code;
526
3.09M
    }
_ZNK5doris6Status2isILi30EEEbv
Line
Count
Source
524
1.56M
    bool is() const {
525
1.56M
        return code == _code;
526
1.56M
    }
_ZNK5doris6Status2isILi31EEEbv
Line
Count
Source
524
1.44M
    bool is() const {
525
1.44M
        return code == _code;
526
1.44M
    }
_ZNK5doris6Status2isILi6EEEbv
Line
Count
Source
524
20
    bool is() const {
525
20
        return code == _code;
526
20
    }
_ZNK5doris6Status2isILi101EEEbv
Line
Count
Source
524
6
    bool is() const {
525
6
        return code == _code;
526
6
    }
_ZNK5doris6Status2isILin215EEEbv
Line
Count
Source
524
2
    bool is() const {
525
2
        return code == _code;
526
2
    }
_ZNK5doris6Status2isILi1EEEbv
Line
Count
Source
524
28
    bool is() const {
525
28
        return code == _code;
526
28
    }
_ZNK5doris6Status2isILi3EEEbv
Line
Count
Source
524
38
    bool is() const {
525
38
        return code == _code;
526
38
    }
_ZNK5doris6Status2isILi33EEEbv
Line
Count
Source
524
40
    bool is() const {
525
40
        return code == _code;
526
40
    }
_ZNK5doris6Status2isILin6003EEEbv
Line
Count
Source
524
52
    bool is() const {
525
52
        return code == _code;
526
52
    }
_ZNK5doris6Status2isILi34EEEbv
Line
Count
Source
524
12
    bool is() const {
525
12
        return code == _code;
526
12
    }
_ZNK5doris6Status2isILi8EEEbv
Line
Count
Source
524
4
    bool is() const {
525
4
        return code == _code;
526
4
    }
_ZNK5doris6Status2isILin258EEEbv
Line
Count
Source
524
106
    bool is() const {
525
106
        return code == _code;
526
106
    }
_ZNK5doris6Status2isILin257EEEbv
Line
Count
Source
524
116
    bool is() const {
525
116
        return code == _code;
526
116
    }
_ZNK5doris6Status2isILin259EEEbv
Line
Count
Source
524
4.05k
    bool is() const {
525
4.05k
        return code == _code;
526
4.05k
    }
_ZNK5doris6Status2isILin206EEEbv
Line
Count
Source
524
2
    bool is() const {
525
2
        return code == _code;
526
2
    }
_ZNK5doris6Status2isILin7002EEEbv
Line
Count
Source
524
15.9k
    bool is() const {
525
15.9k
        return code == _code;
526
15.9k
    }
_ZNK5doris6Status2isILi32EEEbv
Line
Count
Source
524
47.9k
    bool is() const {
525
47.9k
        return code == _code;
526
47.9k
    }
_ZNK5doris6Status2isILin3002EEEbv
Line
Count
Source
524
592
    bool is() const {
525
592
        return code == _code;
526
592
    }
_ZNK5doris6Status2isILin228EEEbv
Line
Count
Source
524
2
    bool is() const {
525
2
        return code == _code;
526
2
    }
_ZNK5doris6Status2isILi39EEEbv
Line
Count
Source
524
2
    bool is() const {
525
2
        return code == _code;
526
2
    }
_ZNK5doris6Status2isILin240EEEbv
Line
Count
Source
524
6.95k
    bool is() const {
525
6.95k
        return code == _code;
526
6.95k
    }
Unexecuted instantiation: _ZNK5doris6Status2isILin3115EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILin253EEEbv
_ZNK5doris6Status2isILi37EEEbv
Line
Count
Source
524
2
    bool is() const {
525
2
        return code == _code;
526
2
    }
_ZNK5doris6Status2isILi5EEEbv
Line
Count
Source
524
390
    bool is() const {
525
390
        return code == _code;
526
390
    }
_ZNK5doris6Status2isILi11EEEbv
Line
Count
Source
524
32
    bool is() const {
525
32
        return code == _code;
526
32
    }
_ZNK5doris6Status2isILi9EEEbv
Line
Count
Source
524
2
    bool is() const {
525
2
        return code == _code;
526
2
    }
_ZNK5doris6Status2isILi76EEEbv
Line
Count
Source
524
2
    bool is() const {
525
2
        return code == _code;
526
2
    }
_ZNK5doris6Status2isILi46EEEbv
Line
Count
Source
524
2
    bool is() const {
525
2
        return code == _code;
526
2
    }
_ZNK5doris6Status2isILi42EEEbv
Line
Count
Source
524
930
    bool is() const {
525
930
        return code == _code;
526
930
    }
Unexecuted instantiation: _ZNK5doris6Status2isILi73EEEbv
_ZNK5doris6Status2isILi16EEEbv
Line
Count
Source
524
20
    bool is() const {
525
20
        return code == _code;
526
20
    }
Unexecuted instantiation: _ZNK5doris6Status2isILi35EEEbv
_ZNK5doris6Status2isILin241EEEbv
Line
Count
Source
524
2.01k
    bool is() const {
525
2.01k
        return code == _code;
526
2.01k
    }
Unexecuted instantiation: _ZNK5doris6Status2isILin406EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILin506EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILin911EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILin908EEEbv
_ZNK5doris6Status2isILin7000EEEbv
Line
Count
Source
524
10
    bool is() const {
525
10
        return code == _code;
526
10
    }
_ZNK5doris6Status2isILin7001EEEbv
Line
Count
Source
524
8
    bool is() const {
525
8
        return code == _code;
526
8
    }
Unexecuted instantiation: _ZNK5doris6Status2isILin6004EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILin2010EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILin2000EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILin808EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILin2008EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILin2012EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILi38EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILi14EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILi100EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILin7311EEEbv
Unexecuted instantiation: _ZNK5doris6Status2isILin7211EEEbv
_ZNK5doris6Status2isILin6000EEEbv
Line
Count
Source
524
8
    bool is() const {
525
8
        return code == _code;
526
8
    }
527
528
0
    void set_code(int code) { _code = code; }
529
530
294M
    bool ok() const { return _code == ErrorCode::OK; }
531
532
    // Convert into TStatus.
533
    void to_thrift(TStatus* status) const;
534
    TStatus to_thrift() const;
535
    void to_protobuf(PStatus* status) const;
536
537
    std::string to_string() const;
538
    std::string to_string_no_stack() const;
539
540
    /// @return A json representation of this status.
541
    std::string to_json() const;
542
543
59.3k
    int code() const { return _code; }
544
545
    /// Clone this status and add the specified prefix to the message.
546
    ///
547
    /// If this status is OK, then an OK status will be returned.
548
    ///
549
    /// @param [in] msg
550
    ///   The message to prepend.
551
    /// @return A ref to Status object
552
    Status& prepend(std::string_view msg);
553
554
    /// Add the specified suffix to the message.
555
    ///
556
    /// If this status is OK, then an OK status will be returned.
557
    ///
558
    /// @param [in] msg
559
    ///   The message to append.
560
    /// @return A ref to Status object
561
    Status& append(std::string_view msg);
562
563
    // if(!status) or if (status) will use this operator
564
144M
    operator bool() const { return this->ok(); }
565
566
    // Used like if ASSERT_EQ(res, Status::OK())
567
    // if the state is ok, then both code and precise code is not initialized properly, so that should check ok state
568
    // ignore error messages during comparison
569
64.1k
    bool operator==(const Status& st) const { return _code == st._code; }
570
571
    // Used like if ASSERT_NE(res, Status::OK())
572
2.56M
    bool operator!=(const Status& st) const { return _code != st._code; }
573
574
    friend std::ostream& operator<<(std::ostream& ostr, const Status& status);
575
576
51.5k
    std::string_view msg() const { return _err_msg ? _err_msg->_msg : std::string_view(""); }
577
578
0
    std::pair<int, std::string> retrieve_error_msg() { return {_code, std::move(_err_msg->_msg)}; }
579
580
    friend io::ObjectStorageStatus convert_to_obj_response(Status st);
581
582
private:
583
    int _code;
584
    struct ErrMsg {
585
        std::string _msg;
586
        std::string _stack;
587
    };
588
    std::unique_ptr<ErrMsg> _err_msg;
589
590
11.5k
    std::string code_as_string() const {
591
11.5k
        return (int)_code >= 0 ? doris::to_string(static_cast<TStatusCode::type>(_code))
592
11.5k
                               : fmt::format("E{}", (int16_t)_code);
593
11.5k
    }
594
};
595
596
// There are many thread using status to indicate the cancel state, one thread may update it and
597
// the other thread will read it. Status is not thread safe, for example, if one thread is update it
598
// and another thread is call to_string method, it may core, because the _err_msg is an unique ptr and
599
// it is deconstructed during copy method.
600
// And also we could not use lock, because we need get status frequently to check if it is cancelled.
601
// The default value is ok.
602
class AtomicStatus {
603
public:
604
1.10M
    AtomicStatus() : error_st_(Status::OK()) {}
605
606
9.53M
    bool ok() const { return error_code_.load(std::memory_order_acquire) == 0; }
607
608
318
    bool update(const Status& new_status) {
609
        // If new status is normal, or the old status is abnormal, then not need update
610
318
        if (new_status.ok() || error_code_.load(std::memory_order_acquire) != 0) {
611
134
            return false;
612
134
        }
613
184
        std::lock_guard l(mutex_);
614
184
        if (error_code_.load(std::memory_order_acquire) != 0) {
615
0
            return false;
616
0
        }
617
184
        error_st_ = new_status;
618
184
        error_code_.store(static_cast<int16_t>(new_status.code()), std::memory_order_release);
619
184
        return true;
620
184
    }
621
622
34
    void reset() {
623
34
        std::lock_guard l(mutex_);
624
34
        error_st_ = Status::OK();
625
34
        error_code_ = 0;
626
34
    }
627
628
    // will copy a new status object to avoid concurrency
629
    // This stauts could only be called when ok==false
630
620
    Status status() const {
631
620
        std::lock_guard l(mutex_);
632
620
        return error_st_;
633
620
    }
634
635
    AtomicStatus(const AtomicStatus&) = delete;
636
    void operator=(const AtomicStatus&) = delete;
637
638
private:
639
    std::atomic_int16_t error_code_ = 0;
640
    Status error_st_;
641
    // mutex's lock is not a const method, but we will use this mutex in
642
    // some const method, so that it should be mutable.
643
    mutable std::mutex mutex_;
644
};
645
646
11.2k
inline std::ostream& operator<<(std::ostream& ostr, const Status& status) {
647
11.2k
    ostr << '[' << status.code_as_string() << ']';
648
11.2k
    ostr << status.msg();
649
11.2k
    if (status._err_msg && !status._err_msg->_stack.empty() && config::enable_stacktrace) {
650
0
        ostr << '\n' << status._err_msg->_stack;
651
0
    }
652
11.2k
    return ostr;
653
11.2k
}
654
655
10.6k
inline std::string Status::to_string() const {
656
10.6k
    std::stringstream ss;
657
10.6k
    ss << *this;
658
10.6k
    return ss.str();
659
10.6k
}
660
661
6
inline std::string Status::to_string_no_stack() const {
662
6
    return fmt::format("[{}]{}", code_as_string(), msg());
663
6
}
664
665
// some generally useful macros
666
#define RETURN_IF_ERROR(stmt)           \
667
109M
    do {                                \
668
109M
        Status _status_ = (stmt);       \
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE3EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE4EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE5EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE6EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE7EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE8EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE9EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE36EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE37EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE15EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE10EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE23EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE11EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE25EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE12EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE26EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE42EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE20EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE2EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE28EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE29EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE30EEEEEDaOT_
Unexecuted instantiation: olap_scan_operator.cpp:_ZZN5doris18OlapScanLocalState29_build_key_ranges_and_filtersEvENK3$_0clIRKNS_16ColumnValueRangeILNS_13PrimitiveTypeE35EEEEEDaOT_
Unexecuted instantiation: bucketed_aggregation_sink_operator.cpp:_ZZN5doris25BucketedAggSinkLocalState4openEPNS_12RuntimeStateEENK3$_0clEv
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRSt9monostateEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_16MethodSerializedI9PHHashMapINS_9StringRefENS_14RowRefWithFlagE11DefaultHashISC_vEEEEEENS_6StatusES7_
_ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_19MethodStringNoCacheI9PHHashMapINS_9StringRefENS_14RowRefWithFlagE11DefaultHashISC_vEEEEEENS_6StatusES7_
Line
Count
Source
668
4
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_19MethodStringNoCacheINS_15DataWithNullKeyI9PHHashMapINS_9StringRefENS_14RowRefWithFlagE11DefaultHashISE_vEEEEEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIhNS_15DataWithNullKeyI9PHHashMapIhNS_14RowRefWithFlagE9HashCRC32IhEEEEEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberItNS_15DataWithNullKeyI9PHHashMapItNS_14RowRefWithFlagE9HashCRC32ItEEEEEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIjNS_15DataWithNullKeyI9PHHashMapIjNS_14RowRefWithFlagE9HashCRC32IjEEEEEEEEEENS_6StatusES7_
_ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberImNS_15DataWithNullKeyI9PHHashMapImNS_14RowRefWithFlagE9HashCRC32ImEEEEEEEEEENS_6StatusES7_
Line
Count
Source
668
4
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIN4wide7integerILm128EjEENS_15DataWithNullKeyI9PHHashMapISE_NS_14RowRefWithFlagE9HashCRC32ISE_EEEEEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIN4wide7integerILm256EjEENS_15DataWithNullKeyI9PHHashMapISE_NS_14RowRefWithFlagE9HashCRC32ISE_EEEEEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodOneNumberIh9PHHashMapIhNS_14RowRefWithFlagE9HashCRC32IhEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodOneNumberIt9PHHashMapItNS_14RowRefWithFlagE9HashCRC32ItEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodOneNumberIj9PHHashMapIjNS_14RowRefWithFlagE9HashCRC32IjEEEEEENS_6StatusES7_
_ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodOneNumberIm9PHHashMapImNS_14RowRefWithFlagE9HashCRC32ImEEEEEENS_6StatusES7_
Line
Count
Source
668
20
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodOneNumberIN4wide7integerILm128EjEE9PHHashMapISD_NS_14RowRefWithFlagE9HashCRC32ISD_EEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodOneNumberIN4wide7integerILm256EjEE9PHHashMapISD_NS_14RowRefWithFlagE9HashCRC32ISD_EEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapImNS_14RowRefWithFlagE9HashCRC32ImEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_6UInt72ENS_14RowRefWithFlagE9HashCRC32ISC_EEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_6UInt96ENS_14RowRefWithFlagE9HashCRC32ISC_EEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_7UInt104ENS_14RowRefWithFlagE9HashCRC32ISC_EEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapIN4wide7integerILm128EjEENS_14RowRefWithFlagE9HashCRC32ISE_EEEEEENS_6StatusES7_
_ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapIN4wide7integerILm256EjEENS_14RowRefWithFlagE9HashCRC32ISE_EEEEEENS_6StatusES7_
Line
Count
Source
668
4
        Status _status_ = (stmt);       \
_ZZN5doris21SetProbeSinkOperatorXILb1EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_7UInt136ENS_14RowRefWithFlagE9HashCRC32ISC_EEEEEENS_6StatusES7_
Line
Count
Source
668
4
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRSt9monostateEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_16MethodSerializedI9PHHashMapINS_9StringRefENS_14RowRefWithFlagE11DefaultHashISC_vEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_19MethodStringNoCacheI9PHHashMapINS_9StringRefENS_14RowRefWithFlagE11DefaultHashISC_vEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_19MethodStringNoCacheINS_15DataWithNullKeyI9PHHashMapINS_9StringRefENS_14RowRefWithFlagE11DefaultHashISE_vEEEEEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIhNS_15DataWithNullKeyI9PHHashMapIhNS_14RowRefWithFlagE9HashCRC32IhEEEEEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberItNS_15DataWithNullKeyI9PHHashMapItNS_14RowRefWithFlagE9HashCRC32ItEEEEEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIjNS_15DataWithNullKeyI9PHHashMapIjNS_14RowRefWithFlagE9HashCRC32IjEEEEEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberImNS_15DataWithNullKeyI9PHHashMapImNS_14RowRefWithFlagE9HashCRC32ImEEEEEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIN4wide7integerILm128EjEENS_15DataWithNullKeyI9PHHashMapISE_NS_14RowRefWithFlagE9HashCRC32ISE_EEEEEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIN4wide7integerILm256EjEENS_15DataWithNullKeyI9PHHashMapISE_NS_14RowRefWithFlagE9HashCRC32ISE_EEEEEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodOneNumberIh9PHHashMapIhNS_14RowRefWithFlagE9HashCRC32IhEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodOneNumberIt9PHHashMapItNS_14RowRefWithFlagE9HashCRC32ItEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodOneNumberIj9PHHashMapIjNS_14RowRefWithFlagE9HashCRC32IjEEEEEENS_6StatusES7_
_ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodOneNumberIm9PHHashMapImNS_14RowRefWithFlagE9HashCRC32ImEEEEEENS_6StatusES7_
Line
Count
Source
668
12
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodOneNumberIN4wide7integerILm128EjEE9PHHashMapISD_NS_14RowRefWithFlagE9HashCRC32ISD_EEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodOneNumberIN4wide7integerILm256EjEE9PHHashMapISD_NS_14RowRefWithFlagE9HashCRC32ISD_EEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapImNS_14RowRefWithFlagE9HashCRC32ImEEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_6UInt72ENS_14RowRefWithFlagE9HashCRC32ISC_EEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_6UInt96ENS_14RowRefWithFlagE9HashCRC32ISC_EEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_7UInt104ENS_14RowRefWithFlagE9HashCRC32ISC_EEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapIN4wide7integerILm128EjEENS_14RowRefWithFlagE9HashCRC32ISE_EEEEEENS_6StatusES7_
_ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapIN4wide7integerILm256EjEENS_14RowRefWithFlagE9HashCRC32ISE_EEEEEENS_6StatusES7_
Line
Count
Source
668
4
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris21SetProbeSinkOperatorXILb0EE9sink_implEPNS_12RuntimeStateEPNS_5BlockEbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_7UInt136ENS_14RowRefWithFlagE9HashCRC32ISC_EEEEEENS_6StatusES7_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRSt9monostateEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_16MethodSerializedI9PHHashMapINS_9StringRefENS_14RowRefWithFlagE11DefaultHashISD_vEEEEEENS_6StatusES8_
_ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_19MethodStringNoCacheI9PHHashMapINS_9StringRefENS_14RowRefWithFlagE11DefaultHashISD_vEEEEEENS_6StatusES8_
Line
Count
Source
668
4
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_19MethodStringNoCacheINS_15DataWithNullKeyI9PHHashMapINS_9StringRefENS_14RowRefWithFlagE11DefaultHashISF_vEEEEEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIhNS_15DataWithNullKeyI9PHHashMapIhNS_14RowRefWithFlagE9HashCRC32IhEEEEEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberItNS_15DataWithNullKeyI9PHHashMapItNS_14RowRefWithFlagE9HashCRC32ItEEEEEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIjNS_15DataWithNullKeyI9PHHashMapIjNS_14RowRefWithFlagE9HashCRC32IjEEEEEEEEEENS_6StatusES8_
_ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberImNS_15DataWithNullKeyI9PHHashMapImNS_14RowRefWithFlagE9HashCRC32ImEEEEEEEEEENS_6StatusES8_
Line
Count
Source
668
4
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIN4wide7integerILm128EjEENS_15DataWithNullKeyI9PHHashMapISF_NS_14RowRefWithFlagE9HashCRC32ISF_EEEEEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIN4wide7integerILm256EjEENS_15DataWithNullKeyI9PHHashMapISF_NS_14RowRefWithFlagE9HashCRC32ISF_EEEEEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodOneNumberIh9PHHashMapIhNS_14RowRefWithFlagE9HashCRC32IhEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodOneNumberIt9PHHashMapItNS_14RowRefWithFlagE9HashCRC32ItEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodOneNumberIj9PHHashMapIjNS_14RowRefWithFlagE9HashCRC32IjEEEEEENS_6StatusES8_
_ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodOneNumberIm9PHHashMapImNS_14RowRefWithFlagE9HashCRC32ImEEEEEENS_6StatusES8_
Line
Count
Source
668
12
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodOneNumberIN4wide7integerILm128EjEE9PHHashMapISE_NS_14RowRefWithFlagE9HashCRC32ISE_EEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodOneNumberIN4wide7integerILm256EjEE9PHHashMapISE_NS_14RowRefWithFlagE9HashCRC32ISE_EEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapImNS_14RowRefWithFlagE9HashCRC32ImEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_6UInt72ENS_14RowRefWithFlagE9HashCRC32ISD_EEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_6UInt96ENS_14RowRefWithFlagE9HashCRC32ISD_EEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_7UInt104ENS_14RowRefWithFlagE9HashCRC32ISD_EEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapIN4wide7integerILm128EjEENS_14RowRefWithFlagE9HashCRC32ISF_EEEEEENS_6StatusES8_
_ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapIN4wide7integerILm256EjEENS_14RowRefWithFlagE9HashCRC32ISF_EEEEEENS_6StatusES8_
Line
Count
Source
668
4
        Status _status_ = (stmt);       \
_ZZN5doris18SetSourceOperatorXILb1EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_7UInt136ENS_14RowRefWithFlagE9HashCRC32ISD_EEEEEENS_6StatusES8_
Line
Count
Source
668
4
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRSt9monostateEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_16MethodSerializedI9PHHashMapINS_9StringRefENS_14RowRefWithFlagE11DefaultHashISD_vEEEEEENS_6StatusES8_
_ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_19MethodStringNoCacheI9PHHashMapINS_9StringRefENS_14RowRefWithFlagE11DefaultHashISD_vEEEEEENS_6StatusES8_
Line
Count
Source
668
3.36k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_19MethodStringNoCacheINS_15DataWithNullKeyI9PHHashMapINS_9StringRefENS_14RowRefWithFlagE11DefaultHashISF_vEEEEEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIhNS_15DataWithNullKeyI9PHHashMapIhNS_14RowRefWithFlagE9HashCRC32IhEEEEEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberItNS_15DataWithNullKeyI9PHHashMapItNS_14RowRefWithFlagE9HashCRC32ItEEEEEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIjNS_15DataWithNullKeyI9PHHashMapIjNS_14RowRefWithFlagE9HashCRC32IjEEEEEEEEEENS_6StatusES8_
_ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberImNS_15DataWithNullKeyI9PHHashMapImNS_14RowRefWithFlagE9HashCRC32ImEEEEEEEEEENS_6StatusES8_
Line
Count
Source
668
8
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIN4wide7integerILm128EjEENS_15DataWithNullKeyI9PHHashMapISF_NS_14RowRefWithFlagE9HashCRC32ISF_EEEEEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_26MethodSingleNullableColumnINS_15MethodOneNumberIN4wide7integerILm256EjEENS_15DataWithNullKeyI9PHHashMapISF_NS_14RowRefWithFlagE9HashCRC32ISF_EEEEEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodOneNumberIh9PHHashMapIhNS_14RowRefWithFlagE9HashCRC32IhEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodOneNumberIt9PHHashMapItNS_14RowRefWithFlagE9HashCRC32ItEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodOneNumberIj9PHHashMapIjNS_14RowRefWithFlagE9HashCRC32IjEEEEEENS_6StatusES8_
_ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodOneNumberIm9PHHashMapImNS_14RowRefWithFlagE9HashCRC32ImEEEEEENS_6StatusES8_
Line
Count
Source
668
16
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodOneNumberIN4wide7integerILm128EjEE9PHHashMapISE_NS_14RowRefWithFlagE9HashCRC32ISE_EEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodOneNumberIN4wide7integerILm256EjEE9PHHashMapISE_NS_14RowRefWithFlagE9HashCRC32ISE_EEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapImNS_14RowRefWithFlagE9HashCRC32ImEEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_6UInt72ENS_14RowRefWithFlagE9HashCRC32ISD_EEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_6UInt96ENS_14RowRefWithFlagE9HashCRC32ISD_EEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_7UInt104ENS_14RowRefWithFlagE9HashCRC32ISD_EEEEEENS_6StatusES8_
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapIN4wide7integerILm128EjEENS_14RowRefWithFlagE9HashCRC32ISF_EEEEEENS_6StatusES8_
_ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapIN4wide7integerILm256EjEENS_14RowRefWithFlagE9HashCRC32ISF_EEEEEENS_6StatusES8_
Line
Count
Source
668
4
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZN5doris18SetSourceOperatorXILb0EE14get_block_implEPNS_12RuntimeStateEPNS_5BlockEPbENKUlOT_E_clIRNS_15MethodKeysFixedI9PHHashMapINS_7UInt136ENS_14RowRefWithFlagE9HashCRC32ISD_EEEEEENS_6StatusES8_
task_scheduler.cpp:_ZZN5doris13TaskScheduler5startEvENK3$_0clEv
Line
Count
Source
668
4
        Status _status_ = (stmt);       \
Unexecuted instantiation: rowid_fetcher.cpp:_ZZN5doris18RowIdStorageReader14read_by_rowidsERKNS_16PMultiGetRequestEPNS_17PMultiGetResponseEENK3$_4clEv
Unexecuted instantiation: rowid_fetcher.cpp:_ZZN5doris18RowIdStorageReader14read_by_rowidsERKNS_16PMultiGetRequestEPNS_17PMultiGetResponseEENK3$_5clEv
Unexecuted instantiation: rowid_fetcher.cpp:_ZZN5doris18RowIdStorageReader23read_batch_external_rowEmRKNS_17PRequestBlockDescESt10shared_ptrINS_9IdFileMapEERSt6vectorINS_14SlotDescriptorESaIS8_EES4_INS_11FileMappingEERKNS_9TUniqueIdERNS_5BlockEPNS_19PRuntimeProfileTreeEPlSL_PmENK3$_0clEv
Unexecuted instantiation: rowid_fetcher.cpp:_ZZZN5doris18RowIdStorageReader23read_batch_external_rowEmRKNS_17PRequestBlockDescESt10shared_ptrINS_9IdFileMapEERSt6vectorINS_14SlotDescriptorESaIS8_EES4_INS_11FileMappingEERKNS_9TUniqueIdERNS_5BlockEPNS_19PRuntimeProfileTreeEPlSL_PmENK3$_0clEvENKUlvE_clEv
Unexecuted instantiation: rowid_fetcher.cpp:_ZZZN5doris18RowIdStorageReader23read_batch_external_rowEmRKNS_17PRequestBlockDescESt10shared_ptrINS_9IdFileMapEERSt6vectorINS_14SlotDescriptorESaIS8_EES4_INS_11FileMappingEERKNS_9TUniqueIdERNS_5BlockEPNS_19PRuntimeProfileTreeEPlSL_PmENK3$_0clEvENKUlvE0_clEv
Unexecuted instantiation: rowid_fetcher.cpp:_ZZN5doris18RowIdStorageReader21read_doris_format_rowERKSt10shared_ptrINS_9IdFileMapEERKS1_INS_11FileMappingEERKSt6vectorIjSaIjEERSA_INS_14SlotDescriptorESaISF_EERKNS_12TabletSchemaERNS_18RowStoreReadStructERNS_20OlapReaderStatisticsEPlSQ_SQ_SQ_RSt13unordered_mapINS_6SegKeyENS_7SegItemENS_12HashOfSegKeyESt8equal_toISS_ESaISt4pairIKSS_ST_EEERSR_INS_11IteratorKeyENS_12IteratorItemENS_17HashOfIteratorKeyESV_IS13_ESaISX_IKS13_S14_EEENS_2io19FileCacheMissPolicyERNS_5BlockEENK3$_3clEv
Unexecuted instantiation: rowid_fetcher.cpp:_ZZN5doris18RowIdStorageReader21read_doris_format_rowERKSt10shared_ptrINS_9IdFileMapEERKS1_INS_11FileMappingEERKSt6vectorIjSaIjEERSA_INS_14SlotDescriptorESaISF_EERKNS_12TabletSchemaERNS_18RowStoreReadStructERNS_20OlapReaderStatisticsEPlSQ_SQ_SQ_RSt13unordered_mapINS_6SegKeyENS_7SegItemENS_12HashOfSegKeyESt8equal_toISS_ESaISt4pairIKSS_ST_EEERSR_INS_11IteratorKeyENS_12IteratorItemENS_17HashOfIteratorKeyESV_IS13_ESaISX_IKS13_S14_EEENS_2io19FileCacheMissPolicyERNS_5BlockEENK3$_4clEv
Unexecuted instantiation: file_scanner.cpp:_ZZN5doris11FileScanner24_convert_to_output_blockEPNS_5BlockEENK3$_0clB5cxx11Ev
Unexecuted instantiation: file_scanner.cpp:_ZZN5doris11FileScanner24_convert_to_output_blockEPNS_5BlockEENK3$_1clB5cxx11Ev
Unexecuted instantiation: file_scanner.cpp:_ZZN5doris11FileScanner24_convert_to_output_blockEPNS_5BlockEENK3$_2clB5cxx11Ev
Unexecuted instantiation: file_scanner.cpp:_ZZN5doris11FileScanner24_convert_to_output_blockEPNS_5BlockEENK3$_3clB5cxx11Ev
file_scanner.cpp:_ZZN5doris11FileScanner21read_lines_from_rangeERKNS_14TFileRangeDescERKNSt7__cxx114listIlSaIlEEEPNS_5BlockERKNS_23ExternalFileMappingInfoEPlSF_ENK3$_0clEv
Line
Count
Source
668
522
        Status _status_ = (stmt);       \
file_scanner.cpp:_ZZN5doris11FileScanner21read_lines_from_rangeERKNS_14TFileRangeDescERKNSt7__cxx114listIlSaIlEEEPNS_5BlockERKNS_23ExternalFileMappingInfoEPlSF_ENK3$_1clEv
Line
Count
Source
668
510
        Status _status_ = (stmt);       \
Unexecuted instantiation: meta_scanner.cpp:_ZZN5doris11MetaScanner15_fetch_metadataERKNS_14TMetaScanRangeEENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: autoinc_buffer.cpp:_ZZN5doris15AutoIncIDBuffer24_launch_async_fetch_taskEmENK3$_0clEv
Unexecuted instantiation: vrow_distribution.cpp:_ZZN5doris16VRowDistribution26automatic_create_partitionEvENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: vrow_distribution.cpp:_ZZN5doris16VRowDistribution30_replace_overwriting_partitionEvENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: vtablet_finder.cpp:_ZZN5doris16OlapTabletFinder12find_tabletsEPNS_12RuntimeStateEPNS_5BlockEiRSt6vectorIPNS_19VOlapTablePartitionESaIS7_EERS5_IjSaIjEERS5_IbSaIbEEPSC_ENK3$_0clB5cxx11Ev
Unexecuted instantiation: vtablet_finder.cpp:_ZZN5doris16OlapTabletFinder12find_tabletsEPNS_12RuntimeStateEPNS_5BlockEiRSt6vectorIPNS_19VOlapTablePartitionESaIS7_EERS5_IjSaIjEERS5_IbSaIbEEPSC_ENK3$_1clB5cxx11Ev
Unexecuted instantiation: async_result_writer.cpp:_ZZN5doris17AsyncResultWriter12start_writerEPNS_12RuntimeStateEPNS_14RuntimeProfileEENK3$_0clEv
spill_file_manager.cpp:_ZZN5doris16SpillFileManager4initEvENK3$_0clEv
Line
Count
Source
668
382
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
28
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
22
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
28
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_20EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
28
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
88
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
28
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
234
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
386
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
234
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
404
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
124
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
156
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
552
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
156
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
576
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
124
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
450
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
552
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
468
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
576
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
450
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
552
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
468
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
576
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
450
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
552
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
468
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
576
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_EEDaSH_SI_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESL_IbLb1EEEEDaSH_SI_
Line
Count
Source
668
406
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESL_IbLb0EEEEDaSH_SI_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_EEDaSH_SI_
Line
Count
Source
668
336
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_EEDaSH_SI_
Line
Count
Source
668
1.24k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESL_IbLb1EEEEDaSH_SI_
Line
Count
Source
668
926
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESL_IbLb0EEEEDaSH_SI_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_EEDaSH_SI_
Line
Count
Source
668
774
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
1.30k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
504
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
1.40k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
4.04k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
1.18k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
1.21k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
396
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
3.92k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
1.45k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
504
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
1.40k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
4.18k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
1.18k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
1.45k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
504
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
1.40k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
4.18k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_28EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
1.18k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
28
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
88
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
28
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
236
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
248
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
124
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
236
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
248
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
124
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
78
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
568
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
284
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
78
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
592
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
296
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
450
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
568
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
468
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
592
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
450
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
568
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
468
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
592
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
210
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
294
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
3.62k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
518
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
642
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_EEDaSH_SI_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESL_IbLb1EEEEDaSH_SI_
Line
Count
Source
668
490
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESL_IbLb0EEEEDaSH_SI_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_EEDaSH_SI_
Line
Count
Source
668
798
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_EEDaSH_SI_
Line
Count
Source
668
3.88k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESL_IbLb1EEEEDaSH_SI_
Line
Count
Source
668
1.63k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESL_IbLb0EEEEDaSH_SI_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_EEDaSH_SI_
Line
Count
Source
668
1.93k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
672
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
336
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
1.24k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
3.51k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
Line
Count
Source
668
156
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
1.11k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
1.30k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
840
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
2.52k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
4.76k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
2.12k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
1.45k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
840
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
2.52k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
4.90k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_29EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
2.12k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
28
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
88
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
28
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
236
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
248
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
124
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
236
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
248
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
124
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
236
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
248
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
124
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
234
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
402
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
234
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
420
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
124
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
450
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
568
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
468
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
592
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
252
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
252
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
3.62k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
580
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
580
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
420
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
420
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
6.13k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
1.03k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
1.03k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
238
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
210
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
3.37k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
1.25k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
814
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_EEDaSH_SI_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESL_IbLb1EEEEDaSH_SI_
Line
Count
Source
668
616
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESL_IbLb0EEEEDaSH_SI_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_EEDaSH_SI_
Line
Count
Source
668
672
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_EEDaSH_SI_
Line
Count
Source
668
3.88k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESL_IbLb1EEEEDaSH_SI_
Line
Count
Source
668
1.87k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESL_IbLb0EEEEDaSH_SI_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_EEDaSH_SI_
Line
Count
Source
668
1.70k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
1.30k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
840
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
2.52k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
4.76k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEENS2_ILS3_30EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
2.12k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
28
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
88
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE2EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
28
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
236
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
248
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE3EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
124
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
236
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
248
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE4EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
124
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
236
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
248
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE5EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
124
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
236
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
312
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
248
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE6EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
124
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
78
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
568
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
284
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESO_EEDaSJ_SK_
Line
Count
Source
668
78
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_IbLb1EEEEDaSJ_SK_
Line
Count
Source
668
592
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_IbLb0EEEEDaSJ_SK_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_14DataTypeNumberILNS_13PrimitiveTypeE7EEENS_15DataTypeDecimalILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESO_EEDaSJ_SK_
Line
Count
Source
668
296
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
252
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
252
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
3.62k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
580
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE28EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
580
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
420
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
420
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
6.13k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
1.03k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE29EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
1.03k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
210
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
210
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
3.79k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
814
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
Line
Count
Source
668
118
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE20EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
814
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
378
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
462
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESN_EEDaSI_SJ_
Line
Count
Source
668
6.13k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_IbLb1EEEEDaSI_SJ_
Line
Count
Source
668
974
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_IbLb0EEEEDaSI_SJ_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE30EEENS2_ILS3_35EEEE12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESN_EEDaSI_SJ_
Line
Count
Source
668
1.09k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_EEDaSH_SI_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESL_IbLb1EEEEDaSH_SI_
Line
Count
Source
668
490
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESL_IbLb0EEEEDaSH_SI_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE0ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_EEDaSH_SI_
Line
Count
Source
668
798
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESM_EEDaSH_SI_
Line
Count
Source
668
3.88k
        Status _status_ = (stmt);       \
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb0EESL_IbLb1EEEEDaSH_SI_
Line
Count
Source
668
1.63k
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESL_IbLb0EEEEDaSH_SI_
_ZZNK5doris10CastToImplILNS_12CastModeTypeE1ENS_15DataTypeDecimalILNS_13PrimitiveTypeE35EEES4_E12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmPKhENKUlT_T0_E_clISt17integral_constantIbLb1EESM_EEDaSH_SI_
Line
Count
Source
668
1.93k
        Status _status_ = (stmt);       \
_ZZNK5doris22FunctionStringParseUrl12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmENKUlT_T0_T1_E_clISt17integral_constantIbLb0EESG_SG_EEDaSA_SB_SC_
Line
Count
Source
668
10
        Status _status_ = (stmt);       \
_ZZNK5doris22FunctionStringParseUrl12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmENKUlT_T0_T1_E_clISt17integral_constantIbLb0EESG_SF_IbLb1EEEEDaSA_SB_SC_
Line
Count
Source
668
8
        Status _status_ = (stmt);       \
_ZZNK5doris22FunctionStringParseUrl12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmENKUlT_T0_T1_E_clISt17integral_constantIbLb0EESF_IbLb1EESG_EEDaSA_SB_SC_
Line
Count
Source
668
8
        Status _status_ = (stmt);       \
_ZZNK5doris22FunctionStringParseUrl12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmENKUlT_T0_T1_E_clISt17integral_constantIbLb0EESF_IbLb1EESH_EEDaSA_SB_SC_
Line
Count
Source
668
8
        Status _status_ = (stmt);       \
_ZZNK5doris22FunctionStringParseUrl12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmENKUlT_T0_T1_E_clISt17integral_constantIbLb1EESF_IbLb0EESH_EEDaSA_SB_SC_
Line
Count
Source
668
8
        Status _status_ = (stmt);       \
_ZZNK5doris22FunctionStringParseUrl12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmENKUlT_T0_T1_E_clISt17integral_constantIbLb1EESF_IbLb0EESG_EEDaSA_SB_SC_
Line
Count
Source
668
8
        Status _status_ = (stmt);       \
_ZZNK5doris22FunctionStringParseUrl12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmENKUlT_T0_T1_E_clISt17integral_constantIbLb1EESG_SF_IbLb0EEEEDaSA_SB_SC_
Line
Count
Source
668
8
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris22FunctionStringParseUrl12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmENKUlT_T0_T1_E_clISt17integral_constantIbLb1EESG_SG_EEDaSA_SB_SC_
_ZZNK5doris22FunctionStringParseUrl12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmENKUlT_T0_E_clISt17integral_constantIbLb0EESF_EEDaSA_SB_
Line
Count
Source
668
44
        Status _status_ = (stmt);       \
_ZZNK5doris22FunctionStringParseUrl12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmENKUlT_T0_E_clISt17integral_constantIbLb0EESE_IbLb1EEEEDaSA_SB_
Line
Count
Source
668
42
        Status _status_ = (stmt);       \
_ZZNK5doris22FunctionStringParseUrl12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmENKUlT_T0_E_clISt17integral_constantIbLb1EESE_IbLb0EEEEDaSA_SB_
Line
Count
Source
668
42
        Status _status_ = (stmt);       \
Unexecuted instantiation: _ZZNK5doris22FunctionStringParseUrl12execute_implEPNS_15FunctionContextERNS_5BlockERKSt6vectorIjSaIjEEjmENKUlT_T0_E_clISt17integral_constantIbLb1EESF_EEDaSA_SB_
Unexecuted instantiation: function_java_udf.cpp:_ZZN5doris16JavaFunctionCall5closeEPNS_15FunctionContextENS1_18FunctionStateScopeEENK3$_0clEv
Unexecuted instantiation: csv_reader.cpp:_ZZN5doris9CsvReader14_validate_lineERKNS_5SliceEPbENK3$_0clB5cxx11Ev
Unexecuted instantiation: csv_reader.cpp:_ZZN5doris9CsvReader14_validate_lineERKNS_5SliceEPbENK3$_1clB5cxx11Ev
Unexecuted instantiation: csv_reader.cpp:_ZZN5doris9CsvReader21_line_split_to_valuesERKNS_5SliceEPbENK3$_0clB5cxx11Ev
Unexecuted instantiation: csv_reader.cpp:_ZZN5doris9CsvReader21_line_split_to_valuesERKNS_5SliceEPbENK3$_1clB5cxx11Ev
Unexecuted instantiation: new_json_reader.cpp:_ZZZN5doris13NewJsonReader15_get_json_valueEPmPbPN8simdjson10error_codeES2_ENK3$_0clERN3fmt2v719basic_memory_bufferIcLm500ESaIcEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESA_EEENKUlvE_clB5cxx11Ev
Unexecuted instantiation: new_json_reader.cpp:_ZZZN5doris13NewJsonReader15_get_json_valueEPmPbPN8simdjson10error_codeES2_ENK3$_0clERN3fmt2v719basic_memory_bufferIcLm500ESaIcEEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESA_EEENKUlvE0_clB5cxx11Ev
Unexecuted instantiation: new_json_reader.cpp:_ZZN5doris13NewJsonReader22_handle_simdjson_errorERN8simdjson14simdjson_errorERNS_5BlockEmPbENK3$_0clB5cxx11Ev
Unexecuted instantiation: new_json_reader.cpp:_ZZN5doris13NewJsonReader22_handle_simdjson_errorERN8simdjson14simdjson_errorERNS_5BlockEmPbENK3$_1clB5cxx11Ev
Unexecuted instantiation: new_json_reader.cpp:_ZZN5doris13NewJsonReader17_append_error_msgEPN8simdjson8fallback8ondemand6objectENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESB_PbENK3$_0clB5cxx11Ev
Unexecuted instantiation: new_json_reader.cpp:_ZZN5doris13NewJsonReader17_append_error_msgEPN8simdjson8fallback8ondemand6objectENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESB_PbENK3$_1clB5cxx11Ev
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_0clEv
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_1clEv
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_2clEv
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_3clEv
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_4clEv
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_5clEv
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_6clEv
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_7clEv
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_8clEv
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_9clEv
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK4$_10clEv
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK4$_11clEv
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK4$_12clEv
Unexecuted instantiation: olap_server.cpp:_ZZN5doris13StorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK4$_13clEv
beta_rowset.cpp:_ZZN5doris10BetaRowset20get_segment_num_rowsEPSt6vectorIjSaIjEEbPNS_20OlapReaderStatisticsEENK3$_0clEv
Line
Count
Source
668
7.55k
        Status _status_ = (stmt);       \
segment.cpp:_ZZN5doris10segment_v27Segment18new_index_iteratorERKNS_12TabletColumnEPKNS_11TabletIndexERKNS_18StorageReadOptionsEPSt10unique_ptrINS0_13IndexIteratorESt14default_deleteISC_EEENK3$_0clEv
Line
Count
Source
668
1.48k
        Status _status_ = (stmt);       \
segment_writer.cpp:_ZZN5doris10segment_v213SegmentWriter13_write_footerEvENK3$_0clERKSt6vectorINS_5SliceESaIS4_EE
Line
Count
Source
668
4.12k
        Status _status_ = (stmt);       \
hierarchical_data_iterator.cpp:_ZZN5doris10segment_v224HierarchicalDataIterator4initERKNS0_21ColumnIteratorOptionsEENK3$_0clERNS_14SubcolumnsTreeINS0_17SubstreamIteratorELb0EE4NodeE
Line
Count
Source
668
3.73k
        Status _status_ = (stmt);       \
hierarchical_data_iterator.cpp:_ZZN5doris10segment_v224HierarchicalDataIterator15seek_to_ordinalEmENK3$_0clERNS_14SubcolumnsTreeINS0_17SubstreamIteratorELb0EE4NodeE
Line
Count
Source
668
3.62k
        Status _status_ = (stmt);       \
hierarchical_data_iterator.cpp:_ZZN5doris10segment_v224HierarchicalDataIterator12process_readIZNS1_10next_batchEPmRNS_3COWINS_7IColumnEE11mutable_ptrIS5_EEPbE3$_0EENS_6StatusEOT_S9_mENKUlRNS_14SubcolumnsTreeINS0_17SubstreamIteratorELb0EE4NodeEE_clESJ_
Line
Count
Source
668
3.60k
        Status _status_ = (stmt);       \
hierarchical_data_iterator.cpp:_ZZN5doris10segment_v224HierarchicalDataIterator12process_readIZNS1_14read_by_rowidsEPKjmRNS_3COWINS_7IColumnEE11mutable_ptrIS6_EEE3$_0EENS_6StatusEOT_SA_mENKUlRNS_14SubcolumnsTreeINS0_17SubstreamIteratorELb0EE4NodeEE_clESJ_
Line
Count
Source
668
70
        Status _status_ = (stmt);       \
Unexecuted instantiation: hierarchical_data_iterator.cpp:_ZZN5doris10segment_v224HierarchicalDataIterator15init_prefetcherERKNS0_21SegmentPrefetchParamsEENK3$_0clERNS_14SubcolumnsTreeINS0_17SubstreamIteratorELb0EE4NodeE
hierarchical_data_iterator.cpp:_ZZN5doris10segment_v224HierarchicalDataIterator15_init_containerERNS_3COWINS_7IColumnEE11mutable_ptrIS3_EEmibENK3$_0clERNS_14SubcolumnsTreeINS0_17SubstreamIteratorELb0EE4NodeE
Line
Count
Source
668
7.37k
        Status _status_ = (stmt);       \
hierarchical_data_iterator.cpp:_ZZN5doris10segment_v224HierarchicalDataIterator32_init_null_map_and_clear_columnsERNS_3COWINS_7IColumnEE11mutable_ptrIS3_EES7_mENK3$_0clERNS_14SubcolumnsTreeINS0_17SubstreamIteratorELb0EE4NodeE
Line
Count
Source
668
734
        Status _status_ = (stmt);       \
_ZZN5doris10segment_v225SparseColumnMergeIterator10next_batchEPmRNS_3COWINS_7IColumnEE11mutable_ptrIS4_EEPbENKUlPNS_14SubcolumnsTreeINS0_17SubstreamIteratorELb0EE4NodeEE_clESE_
Line
Count
Source
668
10
        Status _status_ = (stmt);       \
_ZZN5doris10segment_v225SparseColumnMergeIterator14read_by_rowidsEPKjmRNS_3COWINS_7IColumnEE11mutable_ptrIS5_EEENKUlPNS_14SubcolumnsTreeINS0_17SubstreamIteratorELb0EE4NodeEE_clESE_
Line
Count
Source
668
2
        Status _status_ = (stmt);       \
variant_column_writer_impl.cpp:_ZZN5doris10segment_v216VariantDocWriter11append_dataEPKNS_12TabletColumnERKNS_13ColumnVariantEmPNS_22OlapBlockDataConvertorEENK3$_0clERNS0_12_GLOBAL__N_119SubcolumnWriteEntryERi
Line
Count
Source
668
62
        Status _status_ = (stmt);       \
variant_column_writer_impl.cpp:_ZZN5doris10segment_v216VariantDocWriter11append_dataEPKNS_12TabletColumnERKNS_13ColumnVariantEmPNS_22OlapBlockDataConvertorEENK3$_1clEi
Line
Count
Source
668
14
        Status _status_ = (stmt);       \
variant_column_writer_impl.cpp:_ZZN5doris10segment_v223VariantColumnWriterImpl34_process_regular_doc_value_stagingEPNS_13ColumnVariantEPNS_22OlapBlockDataConvertorEmRiENK3$_0clERNS0_12_GLOBAL__N_119SubcolumnWriteEntryES6_
Line
Count
Source
668
24
        Status _status_ = (stmt);       \
variant_column_writer_impl.cpp:_ZZN5doris10segment_v223VariantColumnWriterImpl34_process_regular_doc_value_stagingEPNS_13ColumnVariantEPNS_22OlapBlockDataConvertorEmRiENK3$_1clES6_
Line
Count
Source
668
176
        Status _status_ = (stmt);       \
variant_column_writer_impl.cpp:_ZZN5doris10segment_v223VariantColumnWriterImpl8finalizeEvENK3$_0clERKNS0_12_GLOBAL__N_127ExtractedColumnsOwnDataPlanE
Line
Count
Source
668
48
        Status _status_ = (stmt);       \
variant_column_writer_impl.cpp:_ZZN5doris10segment_v223VariantColumnWriterImpl8finalizeEvENK3$_3clERKNS0_12_GLOBAL__N_128ParseTimeSubcolumnsWritePlanE
Line
Count
Source
668
5.27k
        Status _status_ = (stmt);       \
variant_column_writer_impl.cpp:_ZZN5doris10segment_v223VariantColumnWriterImpl8finalizeEvENK3$_1clERKNS0_12_GLOBAL__N_124DocValueStagingWritePlanE
Line
Count
Source
668
16
        Status _status_ = (stmt);       \
variant_column_writer_impl.cpp:_ZZN5doris10segment_v223VariantColumnWriterImpl8finalizeEvENK3$_2clERKNS0_12_GLOBAL__N_127PersistentDocValueWritePlanE
Line
Count
Source
668
14
        Status _status_ = (stmt);       \
variant_column_writer_impl.cpp:_ZZN5doris10segment_v223VariantColumnWriterImpl6finishEvENK3$_0clEPNS0_12ColumnWriterE
Line
Count
Source
668
2.84k
        Status _status_ = (stmt);       \
variant_column_writer_impl.cpp:_ZZN5doris10segment_v223VariantColumnWriterImpl10write_dataEvENK3$_0clEPNS0_12ColumnWriterE
Line
Count
Source
668
2.86k
        Status _status_ = (stmt);       \
variant_column_writer_impl.cpp:_ZZN5doris10segment_v223VariantColumnWriterImpl19write_ordinal_indexEvENK3$_0clEPNS0_12ColumnWriterE
Line
Count
Source
668
2.84k
        Status _status_ = (stmt);       \
variant_column_writer_impl.cpp:_ZZN5doris10segment_v223VariantDocCompactWriter8finalizeEvENK3$_0clERNS0_12_GLOBAL__N_119SubcolumnWriteEntryERi
Line
Count
Source
668
100
        Status _status_ = (stmt);       \
variant_column_writer_impl.cpp:_ZZN5doris10segment_v223VariantDocCompactWriter8finalizeEvENK3$_1clEi
Line
Count
Source
668
72
        Status _status_ = (stmt);       \
Unexecuted instantiation: variant_streaming_compaction_writer.cpp:_ZZN5doris10segment_v232VariantStreamingCompactionWriter6finishEvENK3$_0clEPNS0_12ColumnWriterE
Unexecuted instantiation: variant_streaming_compaction_writer.cpp:_ZZN5doris10segment_v232VariantStreamingCompactionWriter10write_dataEvENK3$_0clEPNS0_12ColumnWriterE
Unexecuted instantiation: variant_streaming_compaction_writer.cpp:_ZZN5doris10segment_v232VariantStreamingCompactionWriter19write_ordinal_indexEvENK3$_0clEPNS0_12ColumnWriterE
Unexecuted instantiation: vertical_segment_writer.cpp:_ZZN5doris10segment_v221VerticalSegmentWriter13_write_footerEvENK3$_0clERKSt6vectorINS_5SliceESaIS4_EE
Unexecuted instantiation: engine_clone_task.cpp:_ZZN5doris15EngineCloneTask14_make_snapshotERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiliiRKSt6vectorINS_7VersionESaISA_EEPS6_PbENK3$_0clERNS_16ClientConnectionINS_20BackendServiceClientEEE
Unexecuted instantiation: engine_clone_task.cpp:_ZZN5doris15EngineCloneTask17_release_snapshotERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiS8_ENK3$_0clERNS_16ClientConnectionINS_20BackendServiceClientEEE
fragment_mgr.cpp:_ZZN5doris11FragmentMgr24_get_or_create_query_ctxERKNS_23TPipelineFragmentParamsERKNS_27TPipelineFragmentParamsListENS_11QuerySourceERSt10shared_ptrINS_12QueryContextEEENK3$_0clERN5phmap13flat_hash_mapINS_9TUniqueIdESt8weak_ptrIS9_ENSD_4HashISF_EENSD_7EqualToISF_EESaISt4pairIKSF_SH_EEEE
Line
Count
Source
668
80
        Status _status_ = (stmt);       \
Unexecuted instantiation: result_buffer_mgr.cpp:_ZZN5doris15ResultBufferMgr4initEvENK3$_0clEv
Unexecuted instantiation: stream_load.cpp:_ZZN5doris16StreamLoadAction7_handleESt10shared_ptrINS_17StreamLoadContextEEPNS_11HttpRequestEENK3$_0clES3_
Unexecuted instantiation: http_stream.cpp:_ZZN5doris16HttpStreamAction11process_putEPNS_11HttpRequestESt10shared_ptrINS_17StreamLoadContextEEENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: load_channel_mgr.cpp:_ZZN5doris14LoadChannelMgr16_start_bg_workerEvENK3$_0clEv
Unexecuted instantiation: tablets_channel.cpp:_ZZN5doris18BaseTabletsChannel17_write_block_dataERKNS_28PTabletWriterAddBlockRequestElRSt13unordered_mapIlSt6vectorIjNS_18CustomStdAllocatorIjNS_9AllocatorILb0ELb0ELb0ENS_22DefaultMemoryAllocatorELb1EEEEEESt4hashIlESt8equal_toIlESaISt4pairIKlSB_EEEPNS_27PTabletWriterAddBlockResultEENK3$_0clEPNS_15BaseDeltaWriterE
Unexecuted instantiation: wal_manager.cpp:_ZZN5doris10WalManager18_replay_backgroundEvENK3$_0clEv
Unexecuted instantiation: wal_table.cpp:_ZZN5doris8WalTable16_get_column_infoEllRSt3mapIlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIlESaISt4pairIKlS7_EEEENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: load_path_mgr.cpp:_ZZN5doris11LoadPathMgr4initEvENK3$_0clEv
data_consumer_pool.cpp:_ZZN5doris16DataConsumerPool15start_bg_workerEvENK3$_0clEv
Line
Count
Source
668
6
        Status _status_ = (stmt);       \
Unexecuted instantiation: stream_load_executor.cpp:_ZZN5doris18StreamLoadExecutor15operate_txn_2pcEPNS_17StreamLoadContextEENK3$_1clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: schema_scanner.cpp:_ZZN5doris13SchemaScanner20get_next_block_asyncEPNS_12RuntimeStateEENK3$_0clEv
Unexecuted instantiation: schema_scanner.cpp:_ZZZN5doris13SchemaScanner20get_next_block_asyncEPNS_12RuntimeStateEENK3$_0clEvENKUlvE_clEv
Unexecuted instantiation: schema_scanner.cpp:_ZZZZN5doris13SchemaScanner20get_next_block_asyncEPNS_12RuntimeStateEENK3$_0clEvENKUlvE_clEvENKUlvE_clEv
Unexecuted instantiation: schema_active_queries_scanner.cpp:_ZZN5doris26SchemaActiveQueriesScanner33_get_active_queries_block_from_feEvENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: schema_database_properties_scanner.cpp:_ZZN5doris31SchemaDatabasePropertiesScanner22get_onedb_info_from_feElENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: schema_catalog_meta_cache_stats_scanner.cpp:_ZZN5doris34SchemaCatalogMetaCacheStatsScanner23_get_meta_cache_from_feEvENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: schema_authentication_integrations_scanner.cpp:_ZZN5doris39SchemaAuthenticationIntegrationsScanner46_get_authentication_integrations_block_from_feEvENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: schema_role_mappings_scanner.cpp:_ZZN5doris25SchemaRoleMappingsScanner32_get_role_mappings_block_from_feEvENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: schema_table_properties_scanner.cpp:_ZZN5doris28SchemaTablePropertiesScanner22get_onedb_info_from_feElENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: schema_table_stream_consumption_scanner.cpp:_ZZN5doris35SchemaTableStreamConsumptionScanner43_get_table_stream_consumption_block_from_feEvENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: schema_table_streams_scanner.cpp:_ZZN5doris25SchemaTableStreamsScanner32_get_table_streams_block_from_feEvENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: schema_view_dependency_scanner.cpp:_ZZN5doris27SchemaViewDependencyScanner34_get_view_dependency_block_from_feEvENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: schema_workload_group_privileges.cpp:_ZZN5doris36SchemaWorkloadGroupPrivilegesScanner39_get_workload_group_privs_block_from_feEvENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: schema_workload_groups_scanner.cpp:_ZZN5doris27SchemaWorkloadGroupsScanner34_get_workload_groups_block_from_feEvENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: schema_workload_sched_policy_scanner.cpp:_ZZN5doris35SchemaWorkloadSchedulePolicyScanner43_get_workload_schedule_policy_block_from_feEvENK3$_0clERNS_16ClientConnectionINS_21FrontendServiceClientEEE
Unexecuted instantiation: cloud_meta_mgr.cpp:_ZZZN5doris5cloudL22send_stats_to_fe_asyncEllRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS0_17CommitTxnResponseERKSt6vectorIlSaIlEEENK3$_0clEvENKUlRNS_16ClientConnectionINS_21FrontendServiceClientEEEE_clESK_
Unexecuted instantiation: cloud_storage_engine.cpp:_ZZN5doris18CloudStorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_0clEv
Unexecuted instantiation: cloud_storage_engine.cpp:_ZZN5doris18CloudStorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_1clEv
Unexecuted instantiation: cloud_storage_engine.cpp:_ZZN5doris18CloudStorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_2clEv
Unexecuted instantiation: cloud_storage_engine.cpp:_ZZN5doris18CloudStorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_3clEv
Unexecuted instantiation: cloud_storage_engine.cpp:_ZZN5doris18CloudStorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_4clEv
Unexecuted instantiation: cloud_storage_engine.cpp:_ZZN5doris18CloudStorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_5clEv
Unexecuted instantiation: cloud_storage_engine.cpp:_ZZN5doris18CloudStorageEngine16start_bg_threadsESt10shared_ptrINS_13WorkloadGroupEEENK3$_6clEv
669
109M
        if (UNLIKELY(!_status_.ok())) { \
670
104k
            return _status_;            \
671
104k
        }                               \
672
109M
    } while (false)
673
674
#define PROPAGATE_FALSE(stmt)                     \
675
602k
    do {                                          \
676
602k
        if (UNLIKELY(!static_cast<bool>(stmt))) { \
677
38.3k
            return false;                         \
678
38.3k
        }                                         \
679
602k
    } while (false)
680
681
#define THROW_IF_ERROR(stmt)            \
682
2.46M
    do {                                \
683
2.46M
        Status _status_ = (stmt);       \
684
2.46M
        if (UNLIKELY(!_status_.ok())) { \
685
4
            throw Exception(_status_);  \
686
4
        }                               \
687
2.46M
    } while (false)
688
689
#define RETURN_IF_STATUS_ERROR(status, stmt) \
690
182
    do {                                     \
691
182
        status = (stmt);                     \
692
182
        if (UNLIKELY(!status.ok())) {        \
693
0
            return;                          \
694
0
        }                                    \
695
182
    } while (false)
696
697
#define EXIT_IF_ERROR(stmt)             \
698
    do {                                \
699
        Status _status_ = (stmt);       \
700
        if (UNLIKELY(!_status_.ok())) { \
701
            LOG(ERROR) << _status_;     \
702
            exit(1);                    \
703
        }                               \
704
    } while (false)
705
706
#define RETURN_FALSE_IF_ERROR(stmt)   \
707
174
    do {                              \
708
174
        Status status = (stmt);       \
709
174
        if (UNLIKELY(!status.ok())) { \
710
2
            return false;             \
711
2
        }                             \
712
174
    } while (false)
713
714
/// @brief Emit a warning if @c to_call returns a bad status.
715
#define WARN_IF_ERROR(to_call, warning_prefix)              \
716
37.1k
    do {                                                    \
717
37.1k
        Status _s = (to_call);                              \
718
37.1k
        if (UNLIKELY(!_s.ok())) {                           \
719
0
            LOG(WARNING) << (warning_prefix) << ": " << _s; \
720
0
        }                                                   \
721
37.1k
    } while (false);
722
723
#define RETURN_NOT_OK_STATUS_WITH_WARN(stmt, warning_prefix)       \
724
21.6k
    do {                                                           \
725
21.6k
        Status _s = (stmt);                                        \
726
21.6k
        if (UNLIKELY(!_s.ok())) {                                  \
727
6
            LOG(WARNING) << (warning_prefix) << ", error: " << _s; \
728
6
            return _s;                                             \
729
6
        }                                                          \
730
21.6k
    } while (false);
731
732
template <typename T>
733
using Result = expected<T, Status>;
734
735
using ResultError = unexpected<Status>;
736
737
#define RETURN_IF_ERROR_RESULT(stmt)                \
738
7.19k
    do {                                            \
739
7.19k
        Status _status_ = (stmt);                   \
cloud_tablet.cpp:_ZZNK5doris11CloudTablet41capture_versions_with_freshness_toleranceERKNS_7VersionERKNS_16CaptureRowsetOpsEENK3$_0clEll
Line
Count
Source
739
142
        Status _status_ = (stmt);                   \
cloud_tablet.cpp:_ZZNK5doris11CloudTablet41capture_versions_with_freshness_toleranceERKNS_7VersionERKNS_16CaptureRowsetOpsEENK3$_1clEll
Line
Count
Source
739
134
        Status _status_ = (stmt);                   \
740
7.19k
        if (UNLIKELY(!_status_.ok())) {             \
741
0
            return unexpected(std::move(_status_)); \
742
0
        }                                           \
743
7.19k
    } while (false)
744
745
#define DORIS_TRY(stmt)                              \
746
439k
    ({                                               \
747
439k
        auto&& try_res = (stmt);                     \
748
439k
        using T = std::decay_t<decltype(try_res)>;   \
749
439k
        if (!try_res.has_value()) [[unlikely]] {     \
750
106
            return std::forward<T>(try_res).error(); \
751
106
        }                                            \
752
439k
        std::forward<T>(try_res).value();            \
753
439k
    });
754
755
#define TEST_TRY(stmt)                                                                          \
756
58
    ({                                                                                          \
757
6.29k
        auto&& res = (stmt);                                                                    \
Unexecuted instantiation: time_sharing_task_executor_test.cpp:_ZZN5doris74TimeSharingTaskExecutorTest_test_remove_task_clears_queued_task_count_Test8TestBodyEvENK3$_0clEv
Unexecuted instantiation: time_sharing_task_executor_test.cpp:_ZZN5doris74TimeSharingTaskExecutorTest_test_remove_task_clears_queued_task_count_Test8TestBodyEvENK3$_1clEv
time_sharing_task_executor_test.cpp:_ZZN5doris52TimeSharingTaskExecutorTest_test_tasks_complete_Test8TestBodyEvENK3$_0clEv
Line
Count
Source
757
66
        auto&& res = (stmt);                                                                    \
time_sharing_task_executor_test.cpp:_ZZN5doris53TimeSharingTaskExecutorTest_test_quanta_fairness_Test8TestBodyEvENK3$_0clEv
Line
Count
Source
757
15
        auto&& res = (stmt);                                                                    \
time_sharing_task_executor_test.cpp:_ZZN5doris53TimeSharingTaskExecutorTest_test_quanta_fairness_Test8TestBodyEvENK3$_1clEv
Line
Count
Source
757
8
        auto&& res = (stmt);                                                                    \
time_sharing_task_executor_test.cpp:_ZZN5doris52TimeSharingTaskExecutorTest_test_level_movement_Test8TestBodyEvENK3$_0clEv
Line
Count
Source
757
2.40k
        auto&& res = (stmt);                                                                    \
time_sharing_task_executor_test.cpp:_ZZN5doris55TimeSharingTaskExecutorTest_test_level_multipliers_Test8TestBodyEvENK3$_0clEv
Line
Count
Source
757
1.23k
        auto&& res = (stmt);                                                                    \
time_sharing_task_executor_test.cpp:_ZZN5doris55TimeSharingTaskExecutorTest_test_level_multipliers_Test8TestBodyEvENK3$_1clEv
Line
Count
Source
757
1.23k
        auto&& res = (stmt);                                                                    \
time_sharing_task_executor_test.cpp:_ZZN5doris55TimeSharingTaskExecutorTest_test_level_multipliers_Test8TestBodyEvENK3$_2clEv
Line
Count
Source
757
1.23k
        auto&& res = (stmt);                                                                    \
time_sharing_task_executor_test.cpp:_ZZN5doris49TimeSharingTaskExecutorTest_test_task_handle_Test8TestBodyEvENK3$_0clEv
Line
Count
Source
757
44
        auto&& res = (stmt);                                                                    \
time_sharing_task_executor_test.cpp:_ZZN5doris66TimeSharingTaskExecutorTest_test_min_max_concurrency_per_task_Test8TestBodyEvENK3$_0clEv
Line
Count
Source
757
32
        auto&& res = (stmt);                                                                    \
time_sharing_task_executor_test.cpp:_ZZN5doris79TimeSharingTaskExecutorTest_test_user_specified_max_concurrencies_per_task_Test8TestBodyEvENK3$_0clEv
Line
Count
Source
757
16
        auto&& res = (stmt);                                                                    \
time_sharing_task_executor_test.cpp:_ZZN5doris96TimeSharingTaskExecutorTest_test_min_concurrency_per_task_when_target_concurrency_increases_Test8TestBodyEvENK3$_0clEv
Line
Count
Source
757
12
        auto&& res = (stmt);                                                                    \
758
58
        using T = std::decay_t<decltype(res)>;                                                  \
759
58
        if (!res.has_value()) [[unlikely]] {                                                    \
760
0
            ASSERT_TRUE(res.has_value()) << "Expected success, but got error: " << res.error(); \
761
0
        }                                                                                       \
762
58
        std::forward<T>(res).value();                                                           \
763
58
    })
764
765
#define TEST_RESULT_ERROR(stmt)                                                                   \
766
4
    ({                                                                                            \
767
4
        auto&& _result_ = (stmt);                                                                 \
768
4
        using _result_t = std::decay_t<decltype(_result_)>;                                       \
769
4
        if (_result_.has_value()) [[unlikely]] {                                                  \
770
0
            ASSERT_FALSE(_result_.has_value()) << "Expected ResultError, but got success result"; \
771
0
        }                                                                                         \
772
4
        std::forward<_result_t>(_result_).error();                                                \
773
4
    })
774
775
} // namespace doris
776
777
// specify formatter for Status
778
template <>
779
struct fmt::formatter<doris::Status> {
780
    template <typename ParseContext>
781
44
    constexpr auto parse(ParseContext& ctx) {
782
44
        return ctx.begin();
783
44
    }
784
785
    template <typename FormatContext>
786
44
    auto format(doris::Status const& status, FormatContext& ctx) {
787
44
        return fmt::format_to(ctx.out(), "{}", status.to_string());
788
44
    }
789
};