support having
This commit is contained in:
parent
984e037e67
commit
a18b6723d3
|
@ -213,6 +213,10 @@ bool doFilterData(SQuery *pQuery, int32_t elemPos) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool doFilterDataOnce() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
int64_t getNumOfResult(SQueryRuntimeEnv *pRuntimeEnv) {
|
int64_t getNumOfResult(SQueryRuntimeEnv *pRuntimeEnv) {
|
||||||
SQuery *pQuery = pRuntimeEnv->pQuery;
|
SQuery *pQuery = pRuntimeEnv->pQuery;
|
||||||
bool hasMainFunction = hasMainOutput(pQuery);
|
bool hasMainFunction = hasMainOutput(pQuery);
|
||||||
|
|
Loading…
Reference in New Issue