support having

This commit is contained in:
dapan1121 2021-03-04 10:03:41 +08:00
parent 984e037e67
commit a18b6723d3
1 changed files with 4 additions and 0 deletions

View File

@ -213,6 +213,10 @@ bool doFilterData(SQuery *pQuery, int32_t elemPos) {
return true;
}
bool doFilterDataOnce() {
}
int64_t getNumOfResult(SQueryRuntimeEnv *pRuntimeEnv) {
SQuery *pQuery = pRuntimeEnv->pQuery;
bool hasMainFunction = hasMainOutput(pQuery);