adjust
This commit is contained in:
parent
15694df001
commit
baee536cb0
|
@ -119,6 +119,7 @@ typedef struct SScanLogicNode {
|
||||||
bool groupOrderScan;
|
bool groupOrderScan;
|
||||||
bool onlyMetaCtbIdx; // for tag scan with no tbname
|
bool onlyMetaCtbIdx; // for tag scan with no tbname
|
||||||
bool filesetDelimited; // returned blocks delimited by fileset
|
bool filesetDelimited; // returned blocks delimited by fileset
|
||||||
|
bool isCountByTag; // true if selectstmt hasCountFunc & part by tag/tbname
|
||||||
} SScanLogicNode;
|
} SScanLogicNode;
|
||||||
|
|
||||||
typedef struct SJoinLogicNode {
|
typedef struct SJoinLogicNode {
|
||||||
|
@ -147,7 +148,6 @@ typedef struct SAggLogicNode {
|
||||||
bool isGroupTb;
|
bool isGroupTb;
|
||||||
bool isPartTb; // true if partition keys has tbname
|
bool isPartTb; // true if partition keys has tbname
|
||||||
bool hasGroup;
|
bool hasGroup;
|
||||||
bool isCountByTag; // true if hasCountFunc & part by tag/tbname
|
|
||||||
} SAggLogicNode;
|
} SAggLogicNode;
|
||||||
|
|
||||||
typedef struct SProjectLogicNode {
|
typedef struct SProjectLogicNode {
|
||||||
|
|
Loading…
Reference in New Issue