|
@@ -2036,6 +2036,7 @@ public:
|
|
unsigned nextLibrarySequence() { return librarySequence++; }
|
|
unsigned nextLibrarySequence() { return librarySequence++; }
|
|
unsigned queryMaxWfid() { return maxWfid; }
|
|
unsigned queryMaxWfid() { return maxWfid; }
|
|
void setMaxWfid(unsigned wfid) { maxWfid = wfid; }
|
|
void setMaxWfid(unsigned wfid) { maxWfid = wfid; }
|
|
|
|
+ bool isLightweightQuery(WorkflowArray & workflow);
|
|
|
|
|
|
public:
|
|
public:
|
|
void traceExpression(const char * title, IHqlExpression * expr, unsigned level=500);
|
|
void traceExpression(const char * title, IHqlExpression * expr, unsigned level=500);
|