mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* fix: remove debug log * fix: remove assert * fix: delete unused code * enh: [TD-37251] Support expr in state window. * feat(stream): support expr in state window trigger * enh: [TD-37251] Fix SCL_IS_CONST_CALC condition. * fix(stream): set ver in wal * fix: print code * fix: increase runner replica num * fix: trigger mem error * fix: sliding _tnext_ts value * fix(stream): disable tagFilterCache in stream reader trigger * fix: crash * Revert "fix(stream): fix history calc finish check" This reverts commitf93d17f1d2. * Revert "fix(stream): fix calc request allocation in trigger" This reverts commitc5410f6da0. * fix(stream): fix calc request allocation in trigger * enh: [TD-37251] External window support more placeholder. * fix(stream): modify size of return from 1000000->4096 * enh: [TD-37251] Modify error msg when stream query do not have from clause. * fix(stream): add log for group not found * fix(stream): do not return gid=0 in walMetaData interface * enh: [TD-37251] Fix missing ts column in vtable query. * fix: test case build failed * fix: invalid read issue * fix(stream): add vtable logic * fix(stream): encode error in wal * fix(stream): add vtable logic * fix(stream): add log * fix: diff funcition crash * Revert "Merge branch 'enh/TD-37251-3.0-dropoutput' into enh/TD-37251-3.0" This reverts commite93cbd6fd4, reversing changes made todc3230591d. * Revert "Merge branch 'enh/TD-37251-3.0-vtable' into enh/TD-37251-3.0" This reverts commitdc3230591d, reversing changes made to085e086782. * fix(stream): fix block data len is too large if data type is vchar * fix: drop output table * feat: runner delete output table * process pDropBlock in trigger task. * fix(stream): opti log level * fix(stream): build block for drop table * fix(stream): set gid for normal table * fix(stream): set gid for normal table * feat: Support delete output. * fix(stream): rows error * fix(stream): memory leak * enh: [TD-37251] Fix external window wrong ts column. * fix(stream): fix calc time check in batch mode * fix: merge aligned external window issue * Revert "fix(stream): fix calc time check in batch mode" This reverts commitd895b7f577. * fix(stream): add test case * fix(stream): add insert drop table logic * fix: external window end issue * fix(stream): add test case * fix(stream): fix trigger pull data * fix(stream): fix history calc request * enh: drop table on snode * fix(stream): adjust hash index if data is filtered in wal * fix(stream): rollback * enh: add merge aligned extwin window row idx * fix: drop output table * fix: compile issue * enh: [TD-37251] Add flag to identify interval window is overlapped * fix: overlap * fix(stream): set gid=-1 for initialized * fix(stream): modify log level * fix: trigger slow issue * fix(stream): add basic test for obj pool * fix(stream): fix metadata clear in trigger * fix(stream): fix idle runner allocation in trigger * fix: handle agg output on externalWin * fix: test case * fix(stream): adjust log * fix: reset pCtx pOutput * fix: memory leak * fix: search first win for tsCol * fix(stream): add test case for schema change * fix: mem leak * fix: mem leak * Reapply "Merge branch 'enh/TD-37251-3.0-vtable' into enh/TD-37251-3.0" This reverts commitb508e66958. * fix(stream): fix virtual table data pull * fix(stream): fix set table request * fix(stream): process empty uidlist * fix(stream): fix set table request * fix(stream): fix data new request in trigger * fix(stream): tablelist error for vtable * fix(stream): block ver is null * fix(stream): remove version limition for wal * fix(stream): block rows error * fix(stream): fix pending calc param in batch mode * fix(stream): auto create table * fix(stream): fix stream vtable data merge * fix: _tcurrentts * fix(stream): destroy hash * fix(stream): fix trigger status * fix(stream): colId error in vtable * fix(stream): update nrows of vtable data block * fix(stream): fix trigger status * fix(stream): enable low latency calc for period trigger * fix: test case file path * fix: test case file path * fix: string to node in reader * enh: add test log * fix(stream): increase wait time of non-low-latency mode * fix(stream): fix column capacity in scalar calculation * fix(stream): fix column capacity in trigger expr calculation * fix: get origTableInfos * fix(stream): fix calc data pull in trigger * fix(stream): fix calc data cache write in trigger * enh: [TD-37251] Add flag to identify interval wind * fix: external window memory usage issue * fix(stream): fix epxr result column in trigger * fix(stream): add metaCache for calc plan * fix(stream): fix stream obj list clear * fix(stream): rollback * enh: [TD-37251] Add flag to identify interval wind * fix: mem free * fix(stream): add metaCache for calc plan * fix(stream): fix calc data cache write in trigger * fix(stream): fix calc data cache write in trigger * enh: optimize external result block memory * fix(stream): modify logic of judge table for create table * fix(stream): fix event window check in trigger * fix(stream): fix count window check in trigger * fix(stream): colSize=0 while encoding block because pDataCol->hasNull is false in secode time & reload table list if create table * enh: optimize stream memory * fix(stream): trigger tag error * fix: add log * fix(stream): fix calc data write in trigger * fix: drop output table * fix(stream): fix max delay in trigger * fix: drop output table * fix(stream): fix max delay in trigger * fix(build): handle return value of function * fix(stream): read gid error if it is child table in stream * fix(stream): fix calc param of history calculation * fix(stream): fix recalc of delete data * fix(stream): fix calc data of period trigger * fix(stream): fix cache read check * fix(stream): filter error in calc plan * fix: reset externla window expr * fix(stream): fix calc parm of max delay * fix: time range and case issues * fix(stream): fix crash in trigger * fix: case issues * fix: fix window node mem leak. * fix(stream): fix meta data clear in trigger * fix(stream): table schema is old in TsdbDataRequest for vtable * fix: fix slingding window place holder check condition. * Revert "fix: fix slingding window place holder check condition." This reverts commitad864a1dc1. * fix(stream): null pointer error * fix: case issue * fix(stream): calc data error for vtable * fix(stream): fix data sorter in trigger * fix(stream): add log for delete data * fix(stream): fix start version of realtime calculation * fix(stream): fix cache data merger of vtable * fix: case issues * fix(ci): upgrade stream cases in test_cols_function * fix(stream): gid not found if change tag value * fix: fix slingding window place holder check condition. * fix(stream): fix virt table info request in trigger * fix(stream): set gid = uid if stream table type != SUPER table * fix: clean cache data by group * fix: add block info and case issues * fix: fix heap-buffer-overflow. * fix(stream): fix state window with extend param * fix: fix access null pointer. * fix: case issues * fix: case issue * fix(stream): fix ignore_nodata_trigger option for period trigger * fix(stream): fix pseudo col fetch for calc data * fix: Extend checking time to avoid timeout. * fix: case issues * fix(stream): fix group col fetch for virtual tables * fix(stream): tag is NULL for non vtable * fix(stream): fix sliding check of virtual table * test(stream): check stream status after create all streams * fix: add log * fix(stream): fix wal meta truncate when ignore disorder * fix(stream): gid not found for child table * fix: fix place holder condition pushdown error. * fix(stream): suid not equal when delete data for child table * fix: id issue * fix(stream): disable recalc for count trigger * fix: cast result rowSize error in project * fix(stream): add log for tsdb meta * fix(stream): fix gid in tsdb meta request * fix(stream): fix wend of unclosed windows * fix(stream): fix ignore_nodata_trigger option for period trigger * fix: case issues * fix(stream): fix calc data pull for empty interval window * fix: fix ext window condition. * fix(ci): smaBasic performance check affectd by debug level log * fix(stream): add suid when set table list for vtable * fix: forbid using prefilter when using %%trows an trigger table is virtual table. * fix: forbid prefilter %%trows cases. * fix(stream): sort cid in tsdbVirtalDataReq * fix: forbid prefilter %%trows cases. * fix(stream): add log for virtual table tsdb data * fix(stream): get delete msg for vtable * fix: winRowIndex * Revert "fix: winRowIndex" This reverts commite08b41cf96. * fix(stream): fix data merge in trigger * test(stream): fix case ans * fix(stream): fix empty calc data pull for period trigger * fix(stream): col index error for tsdbVirtalDataReq * fix(stream): pTableList is NULL for vtable * test(stream): fix case ans * fix(stream): fix notification in trigger * fix(stream): memory leak * fix(stream): fix virtual data pull in trigger * test(stream): fix case ans * fix(stream): col index error for tsdbVirtalDataReq * fix(stream): pTableList is NULL for vtable * test(stream): fix case ans * fix(stream): fix notification in trigger * fix(stream): memory leak * fix(stream): fix virtual data pull in trigger * test(stream): fix case ans * fix: case issue * fix: crash issue * fix: forbid prefilter %%trows cases. * fix(stream): session case * fix(stream): fix data pull for virtual tables * fix(stream): add log * fix(stream): fix calc req send in batch mode * fix: fix stream UT * fix(stream): tablelist is null for non vtable * fix: mem leak * fix(stream): fix compile error in trigger * fix: return code issue --------- Co-authored-by: dapan1121 <wpan@taosdata.com> Co-authored-by: facetosea <285808407@qq.com> Co-authored-by: Jing Sima <simondominic9997@outlook.com> Co-authored-by: Jinqing Kuang <kuangjinqingcn@gmail.com> Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
397 lines
12 KiB
C
397 lines
12 KiB
C
/*
|
|
* Copyright (c) 2019 TAOS Data, Inc. <jhtao@taosdata.com>
|
|
*
|
|
* This program is free software: you can use, redistribute, and/or modify
|
|
* it under the terms of the GNU Affero General Public License, version 3
|
|
* or later ("AGPL"), as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
* FITNESS FOR A PARTICULAR PURPOSE.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
#ifndef _TD_FUNCTION_MGT_H_
|
|
#define _TD_FUNCTION_MGT_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "function.h"
|
|
#include "querynodes.h"
|
|
|
|
#define FUNC_AGGREGATE_UDF_ID 5001
|
|
#define FUNC_SCALAR_UDF_ID 5002
|
|
|
|
extern const int32_t funcMgtBuiltinsNum;
|
|
|
|
typedef enum EFunctionType {
|
|
// aggregate function
|
|
FUNCTION_TYPE_APERCENTILE = 1,
|
|
FUNCTION_TYPE_AVG,
|
|
FUNCTION_TYPE_COUNT,
|
|
FUNCTION_TYPE_ELAPSED,
|
|
FUNCTION_TYPE_IRATE,
|
|
FUNCTION_TYPE_LAST_ROW,
|
|
FUNCTION_TYPE_MAX,
|
|
FUNCTION_TYPE_MIN,
|
|
FUNCTION_TYPE_MODE,
|
|
FUNCTION_TYPE_PERCENTILE,
|
|
FUNCTION_TYPE_SPREAD,
|
|
FUNCTION_TYPE_STDDEV,
|
|
FUNCTION_TYPE_LEASTSQUARES,
|
|
FUNCTION_TYPE_SUM,
|
|
FUNCTION_TYPE_TWA,
|
|
FUNCTION_TYPE_HISTOGRAM,
|
|
FUNCTION_TYPE_HYPERLOGLOG,
|
|
FUNCTION_TYPE_STDVAR,
|
|
|
|
// nonstandard SQL function
|
|
FUNCTION_TYPE_BOTTOM = 500,
|
|
FUNCTION_TYPE_CSUM,
|
|
FUNCTION_TYPE_DERIVATIVE,
|
|
FUNCTION_TYPE_DIFF,
|
|
FUNCTION_TYPE_FIRST,
|
|
FUNCTION_TYPE_INTERP,
|
|
FUNCTION_TYPE_LAST,
|
|
FUNCTION_TYPE_MAVG,
|
|
FUNCTION_TYPE_SAMPLE,
|
|
FUNCTION_TYPE_TAIL,
|
|
FUNCTION_TYPE_TOP,
|
|
FUNCTION_TYPE_UNIQUE,
|
|
FUNCTION_TYPE_STATE_COUNT,
|
|
FUNCTION_TYPE_STATE_DURATION,
|
|
FUNCTION_TYPE_FORECAST,
|
|
FUNCTION_TYPE_IMPUTATION,
|
|
|
|
// math function
|
|
FUNCTION_TYPE_ABS = 1000,
|
|
FUNCTION_TYPE_LOG,
|
|
FUNCTION_TYPE_POW,
|
|
FUNCTION_TYPE_SQRT,
|
|
FUNCTION_TYPE_CEIL,
|
|
FUNCTION_TYPE_FLOOR,
|
|
FUNCTION_TYPE_ROUND,
|
|
|
|
FUNCTION_TYPE_SIN,
|
|
FUNCTION_TYPE_COS,
|
|
FUNCTION_TYPE_TAN,
|
|
FUNCTION_TYPE_ASIN,
|
|
FUNCTION_TYPE_ACOS,
|
|
FUNCTION_TYPE_ATAN,
|
|
FUNCTION_TYPE_PI,
|
|
FUNCTION_TYPE_EXP,
|
|
FUNCTION_TYPE_LN,
|
|
FUNCTION_TYPE_MOD,
|
|
FUNCTION_TYPE_RAND,
|
|
FUNCTION_TYPE_SIGN,
|
|
FUNCTION_TYPE_DEGREES,
|
|
FUNCTION_TYPE_RADIANS,
|
|
FUNCTION_TYPE_TRUNCATE,
|
|
FUNCTION_TYPE_GREATEST,
|
|
FUNCTION_TYPE_LEAST,
|
|
FUNCTION_TYPE_CRC32,
|
|
|
|
// string function
|
|
FUNCTION_TYPE_LENGTH = 1500,
|
|
FUNCTION_TYPE_CHAR_LENGTH,
|
|
FUNCTION_TYPE_CONCAT,
|
|
FUNCTION_TYPE_CONCAT_WS,
|
|
FUNCTION_TYPE_LOWER,
|
|
FUNCTION_TYPE_UPPER,
|
|
FUNCTION_TYPE_LTRIM,
|
|
FUNCTION_TYPE_RTRIM,
|
|
FUNCTION_TYPE_SUBSTR,
|
|
FUNCTION_TYPE_MD5,
|
|
FUNCTION_TYPE_CHAR,
|
|
FUNCTION_TYPE_ASCII,
|
|
FUNCTION_TYPE_POSITION,
|
|
FUNCTION_TYPE_TRIM,
|
|
FUNCTION_TYPE_REPLACE,
|
|
FUNCTION_TYPE_REPEAT,
|
|
FUNCTION_TYPE_SUBSTR_IDX,
|
|
FUNCTION_TYPE_BASE64,
|
|
FUNCTION_TYPE_FIND_IN_SET,
|
|
FUNCTION_TYPE_LIKE_IN_SET,
|
|
FUNCTION_TYPE_REGEXP_IN_SET,
|
|
|
|
|
|
// conversion function
|
|
FUNCTION_TYPE_CAST = 2000,
|
|
FUNCTION_TYPE_TO_ISO8601,
|
|
FUNCTION_TYPE_TO_UNIXTIMESTAMP,
|
|
FUNCTION_TYPE_TO_JSON,
|
|
FUNCTION_TYPE_TO_TIMESTAMP,
|
|
FUNCTION_TYPE_TO_CHAR,
|
|
|
|
// date and time function
|
|
FUNCTION_TYPE_NOW = 2500,
|
|
FUNCTION_TYPE_TIMEDIFF,
|
|
FUNCTION_TYPE_TIMETRUNCATE,
|
|
FUNCTION_TYPE_TIMEZONE,
|
|
FUNCTION_TYPE_TODAY,
|
|
FUNCTION_TYPE_WEEK,
|
|
FUNCTION_TYPE_WEEKDAY,
|
|
FUNCTION_TYPE_WEEKOFYEAR,
|
|
FUNCTION_TYPE_DAYOFWEEK,
|
|
FUNCTION_TYPE_DATE,
|
|
|
|
// system function
|
|
FUNCTION_TYPE_DATABASE = 3000,
|
|
FUNCTION_TYPE_CLIENT_VERSION,
|
|
FUNCTION_TYPE_SERVER_VERSION,
|
|
FUNCTION_TYPE_SERVER_STATUS,
|
|
FUNCTION_TYPE_CURRENT_USER,
|
|
FUNCTION_TYPE_USER,
|
|
|
|
// pseudo column function
|
|
FUNCTION_TYPE_ROWTS = 3500,
|
|
FUNCTION_TYPE_TBNAME,
|
|
FUNCTION_TYPE_QSTART,
|
|
FUNCTION_TYPE_QEND,
|
|
FUNCTION_TYPE_QDURATION,
|
|
FUNCTION_TYPE_WSTART,
|
|
FUNCTION_TYPE_WEND,
|
|
FUNCTION_TYPE_WDURATION,
|
|
FUNCTION_TYPE_IROWTS,
|
|
FUNCTION_TYPE_ISFILLED,
|
|
FUNCTION_TYPE_TAGS,
|
|
FUNCTION_TYPE_TBUID,
|
|
FUNCTION_TYPE_VGID,
|
|
FUNCTION_TYPE_VGVER,
|
|
FUNCTION_TYPE_FORECAST_LOW,
|
|
FUNCTION_TYPE_FORECAST_HIGH,
|
|
FUNCTION_TYPE_FORECAST_ROWTS,
|
|
FUNCTION_TYPE_COLS,
|
|
FUNCTION_TYPE_IROWTS_ORIGIN,
|
|
FUNCTION_TYPE_GROUP_ID,
|
|
FUNCTION_TYPE_IS_WINDOW_FILLED,
|
|
FUNCTION_TYPE_TPREV_TS, // _tprev_ts
|
|
FUNCTION_TYPE_TCURRENT_TS, // _tcurrent_ts
|
|
FUNCTION_TYPE_TNEXT_TS, // _tnext_ts
|
|
FUNCTION_TYPE_TWSTART, // _twstart
|
|
FUNCTION_TYPE_TWEND, // _twend
|
|
FUNCTION_TYPE_TWDURATION, // _twduration
|
|
FUNCTION_TYPE_TWROWNUM, // _twrownum
|
|
FUNCTION_TYPE_TPREV_LOCALTIME, // _tprev_localtime
|
|
FUNCTION_TYPE_TNEXT_LOCALTIME, // _tnext_localtime
|
|
FUNCTION_TYPE_TLOCALTIME, // _tlocaltime
|
|
FUNCTION_TYPE_TGRPID, // _tgrpid
|
|
FUNCTION_TYPE_PLACEHOLDER_COLUMN, // %%n
|
|
FUNCTION_TYPE_PLACEHOLDER_TBNAME, // %%tbname
|
|
FUNCTION_TYPE_IMPUTATION_ROWTS,
|
|
FUNCTION_TYPE_IMPUTATION_MARK,
|
|
|
|
// internal function
|
|
FUNCTION_TYPE_SELECT_VALUE = 3750,
|
|
FUNCTION_TYPE_BLOCK_DIST, // block distribution aggregate function
|
|
FUNCTION_TYPE_BLOCK_DIST_INFO, // block distribution pseudo column function
|
|
FUNCTION_TYPE_TO_COLUMN,
|
|
FUNCTION_TYPE_GROUP_KEY,
|
|
FUNCTION_TYPE_CACHE_LAST_ROW,
|
|
FUNCTION_TYPE_CACHE_LAST,
|
|
FUNCTION_TYPE_TABLE_COUNT,
|
|
FUNCTION_TYPE_GROUP_CONST_VALUE,
|
|
|
|
// distributed splitting functions
|
|
FUNCTION_TYPE_APERCENTILE_PARTIAL = 4000,
|
|
FUNCTION_TYPE_APERCENTILE_MERGE,
|
|
FUNCTION_TYPE_SPREAD_PARTIAL,
|
|
FUNCTION_TYPE_SPREAD_MERGE,
|
|
FUNCTION_TYPE_HISTOGRAM_PARTIAL,
|
|
FUNCTION_TYPE_HISTOGRAM_MERGE,
|
|
FUNCTION_TYPE_HYPERLOGLOG_PARTIAL,
|
|
FUNCTION_TYPE_HYPERLOGLOG_MERGE,
|
|
FUNCTION_TYPE_ELAPSED_PARTIAL,
|
|
FUNCTION_TYPE_ELAPSED_MERGE,
|
|
|
|
FUNCTION_TYPE_TOP_PARTIAL,
|
|
FUNCTION_TYPE_TOP_MERGE,
|
|
FUNCTION_TYPE_BOTTOM_PARTIAL,
|
|
FUNCTION_TYPE_BOTTOM_MERGE,
|
|
FUNCTION_TYPE_FIRST_PARTIAL,
|
|
FUNCTION_TYPE_FIRST_MERGE,
|
|
FUNCTION_TYPE_LAST_PARTIAL,
|
|
FUNCTION_TYPE_LAST_MERGE,
|
|
FUNCTION_TYPE_AVG_PARTIAL,
|
|
FUNCTION_TYPE_AVG_MERGE,
|
|
FUNCTION_TYPE_STD_PARTIAL,
|
|
FUNCTION_TYPE_STDDEV_MERGE,
|
|
FUNCTION_TYPE_STDVAR_MERGE,
|
|
FUNCTION_TYPE_IRATE_PARTIAL,
|
|
FUNCTION_TYPE_IRATE_MERGE,
|
|
FUNCTION_TYPE_AVG_STATE,
|
|
FUNCTION_TYPE_AVG_STATE_MERGE,
|
|
FUNCTION_TYPE_FIRST_STATE,
|
|
FUNCTION_TYPE_FIRST_STATE_MERGE,
|
|
FUNCTION_TYPE_LAST_STATE,
|
|
FUNCTION_TYPE_LAST_STATE_MERGE,
|
|
FUNCTION_TYPE_SPREAD_STATE,
|
|
FUNCTION_TYPE_SPREAD_STATE_MERGE,
|
|
FUNCTION_TYPE_STD_STATE,
|
|
FUNCTION_TYPE_STD_STATE_MERGE,
|
|
FUNCTION_TYPE_HYPERLOGLOG_STATE,
|
|
FUNCTION_TYPE_HYPERLOGLOG_STATE_MERGE,
|
|
|
|
|
|
// geometry functions
|
|
FUNCTION_TYPE_GEOM_FROM_TEXT = 4250,
|
|
FUNCTION_TYPE_AS_TEXT,
|
|
FUNCTION_TYPE_MAKE_POINT,
|
|
FUNCTION_TYPE_INTERSECTS,
|
|
FUNCTION_TYPE_EQUALS,
|
|
FUNCTION_TYPE_TOUCHES,
|
|
FUNCTION_TYPE_COVERS,
|
|
FUNCTION_TYPE_CONTAINS,
|
|
FUNCTION_TYPE_CONTAINS_PROPERLY,
|
|
|
|
FUNCTION_TYPE_DB_USAGE = 4300,
|
|
FUNCTION_TYPE_DB_USAGE_INFO,
|
|
|
|
// user defined funcion
|
|
FUNCTION_TYPE_UDF = 10000
|
|
} EFunctionType;
|
|
|
|
typedef enum EFuncReturnRows {
|
|
FUNC_RETURN_ROWS_NORMAL = 1,
|
|
FUNC_RETURN_ROWS_INDEFINITE,
|
|
FUNC_RETURN_ROWS_N,
|
|
FUNC_RETURN_ROWS_N_MINUS_1
|
|
} EFuncReturnRows;
|
|
|
|
struct SqlFunctionCtx;
|
|
struct SResultRowEntryInfo;
|
|
struct STimeWindow;
|
|
|
|
int32_t fmFuncMgtInit();
|
|
|
|
void fmFuncMgtDestroy();
|
|
|
|
int32_t fmGetFuncInfo(SFunctionNode* pFunc, char* pMsg, int32_t msgLen);
|
|
|
|
EFuncReturnRows fmGetFuncReturnRows(SFunctionNode* pFunc);
|
|
|
|
bool fmIsBuiltinFunc(const char* pFunc);
|
|
EFunctionType fmGetFuncType(const char* pFunc);
|
|
EFunctionType fmGetFuncTypeFromId(int32_t funcId);
|
|
|
|
bool fmIsAggFunc(int32_t funcId);
|
|
bool fmIsScalarFunc(int32_t funcId);
|
|
bool fmIsVectorFunc(int32_t funcId);
|
|
bool fmIsStreamVectorFunc(int32_t funcId);
|
|
bool fmIsIndefiniteRowsFunc(int32_t funcId);
|
|
bool fmIsStringFunc(int32_t funcId);
|
|
bool fmIsDateTimeFunc(int32_t funcId);
|
|
bool fmIsSelectFunc(int32_t funcId);
|
|
bool fmIsTimelineFunc(int32_t funcId);
|
|
bool fmIsTimeorderFunc(int32_t funcId);
|
|
bool fmIsPseudoColumnFunc(int32_t funcId);
|
|
bool fmIsScanPseudoColumnFunc(int32_t funcId);
|
|
bool fmIsWindowPseudoColumnFunc(int32_t funcId);
|
|
bool fmIsWindowClauseFunc(int32_t funcId);
|
|
bool fmIsStreamWindowClauseFunc(int32_t funcId);
|
|
bool fmIsSpecialDataRequiredFunc(int32_t funcId);
|
|
bool fmIsDynamicScanOptimizedFunc(int32_t funcId);
|
|
bool fmIsMultiResFunc(int32_t funcId);
|
|
bool fmIsRepeatScanFunc(int32_t funcId);
|
|
bool fmIsUserDefinedFunc(int32_t funcId);
|
|
bool fmIsDistExecFunc(int32_t funcId);
|
|
bool fmIsForbidFillFunc(int32_t funcId);
|
|
bool fmIsForbidSysTableFunc(int32_t funcId);
|
|
bool fmIsIntervalInterpoFunc(int32_t funcId);
|
|
bool fmIsInterpFunc(int32_t funcId);
|
|
bool fmIsLastRowFunc(int32_t funcId);
|
|
bool fmIsLastFunc(int32_t funcId);
|
|
bool fmIsForecastFunc(int32_t funcId);
|
|
bool fmIsImputationFunc(int32_t funcId);
|
|
bool fmIsNotNullOutputFunc(int32_t funcId);
|
|
bool fmIsSelectValueFunc(int32_t funcId);
|
|
bool fmIsSystemInfoFunc(int32_t funcId);
|
|
bool fmIsImplicitTsFunc(int32_t funcId);
|
|
bool fmIsClientPseudoColumnFunc(int32_t funcId);
|
|
bool fmIsMultiRowsFunc(int32_t funcId);
|
|
bool fmIsKeepOrderFunc(int32_t funcId);
|
|
bool fmIsCumulativeFunc(int32_t funcId);
|
|
bool fmIsInterpPseudoColumnFunc(int32_t funcId);
|
|
bool fmIsForecastPseudoColumnFunc(int32_t funcId);
|
|
bool fmIsGroupKeyFunc(int32_t funcId);
|
|
bool fmIsBlockDistFunc(int32_t funcId);
|
|
bool fmIsIgnoreNullFunc(int32_t funcId);
|
|
bool fmIsConstantResFunc(SFunctionNode* pFunc);
|
|
bool fmIsSkipScanCheckFunc(int32_t funcId);
|
|
bool fmIsPrimaryKeyFunc(int32_t funcId);
|
|
bool fmIsProcessByRowFunc(int32_t funcId);
|
|
bool fmisSelectGroupConstValueFunc(int32_t funcId);
|
|
bool fmIsElapsedFunc(int32_t funcId);
|
|
bool fmIsDBUsageFunc(int32_t funcId);
|
|
bool fmIsRowTsOriginFunc(int32_t funcId);
|
|
bool fmIsSelectColsFunc(int32_t funcId);
|
|
bool fmIsGroupIdFunc(int32_t funcId);
|
|
bool fmIsPlaceHolderFunc(int32_t funcId);
|
|
|
|
void getLastCacheDataType(SDataType* pType, int32_t pkBytes);
|
|
int32_t createFunction(const char* pName, SNodeList* pParameterList, SFunctionNode** pFunc);
|
|
int32_t createFunctionWithSrcFunc(const char* pName, const SFunctionNode* pSrcFunc, SNodeList* pParameterList, SFunctionNode** pFunc);
|
|
|
|
int32_t fmGetDistMethod(const SFunctionNode* pFunc, SFunctionNode** pPartialFunc, SFunctionNode** pMidFunc,
|
|
SFunctionNode** pMergeFunc);
|
|
|
|
typedef enum EFuncDataRequired {
|
|
FUNC_DATA_REQUIRED_DATA_LOAD = 1,
|
|
FUNC_DATA_REQUIRED_SMA_LOAD,
|
|
FUNC_DATA_REQUIRED_NOT_LOAD,
|
|
FUNC_DATA_REQUIRED_FILTEROUT,
|
|
FUNC_DATA_REQUIRED_ALL_FILTEROUT,
|
|
} EFuncDataRequired;
|
|
|
|
EFuncDataRequired fmFuncDataRequired(SFunctionNode* pFunc, STimeWindow* pTimeWindow);
|
|
EFuncDataRequired fmFuncDynDataRequired(int32_t funcId, void* pRes, SDataBlockInfo* pBlockInfo);
|
|
|
|
int32_t fmGetFuncExecFuncs(int32_t funcId, SFuncExecFuncs* pFpSet);
|
|
int32_t fmGetScalarFuncExecFuncs(int32_t funcId, SScalarFuncExecFuncs* pFpSet);
|
|
int32_t fmGetUdafExecFuncs(int32_t funcId, SFuncExecFuncs* pFpSet);
|
|
|
|
#ifdef BUILD_NO_CALL
|
|
int32_t fmSetInvertFunc(int32_t funcId, SFuncExecFuncs* pFpSet);
|
|
int32_t fmSetNormalFunc(int32_t funcId, SFuncExecFuncs* pFpSet);
|
|
bool fmIsInvertible(int32_t funcId);
|
|
#endif
|
|
|
|
char* fmGetFuncName(int32_t funcId);
|
|
|
|
bool fmIsTSMASupportedFunc(func_id_t funcId);
|
|
int32_t fmCreateStateFuncs(SNodeList* pFuncs);
|
|
int32_t fmCreateStateMergeFuncs(SNodeList* pFuncs);
|
|
int32_t fmGetFuncId(const char* name);
|
|
bool fmIsMyStateFunc(int32_t funcId, int32_t stateFuncId);
|
|
bool fmIsCountLikeFunc(int32_t funcId);
|
|
|
|
// typedef enum SStreamPseudoFuncType {
|
|
// STREAM_PSEUDO_FUNC_CURRENT_TS = 0,
|
|
// STREAM_PSEUDO_FUNC_TWSTART = 1,
|
|
// STREAM_PSEUDO_FUNC_TWEND = 2,
|
|
// STREAM_PSEUDO_FUNC_TWDURATION = 3,
|
|
// STREAM_PSEUDO_FUNC_TWROWNUM = 4,
|
|
// STREAM_PSEUDO_FUNC_TLOCALTIME = 5,
|
|
// STREAM_PSEUDO_FUNC_TGRPID = 6,
|
|
// STREAM_PSEUDO_FUNC_PLACEHOLDER_COLUMN = 7,
|
|
// STREAM_PSEUDO_FUNC_PLACEHOLDER_TBNAME = 8,
|
|
|
|
// } SStreamPseudoFuncType;
|
|
|
|
int32_t fmGetStreamPesudoFuncEnv(int32_t funcId, SNodeList* pParamNodes, SFuncExecEnv *pEnv);
|
|
|
|
const void* fmGetStreamPesudoFuncVal(int32_t funcId, const SStreamRuntimeFuncInfo* pStreamRuntimeFuncInfo);
|
|
|
|
void fmGetStreamPesudoFuncValTbname(int32_t funcId, const SStreamRuntimeFuncInfo* pStreamRuntimeFuncInfo, void** data, int32_t* dataLen);
|
|
int32_t fmSetStreamPseudoFuncParamVal(int32_t funcId, SNodeList* pParamNodes, const SStreamRuntimeFuncInfo* pStreamRuntimeInfo);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _TD_FUNCTION_MGT_H_
|