rename terminology "clause" to "condition"
This commit is contained in:
@@ -30,8 +30,8 @@ struct maat;
|
||||
struct maat_hit_path {
|
||||
int Nth_scan;
|
||||
int attribute_id; // 0 is not a attribute.
|
||||
int NOT_flag; // 1 means NOT clause(condition)
|
||||
int clause_index; // 0 ~ 7
|
||||
int NOT_flag; // 1 means NOT condition(condition)
|
||||
int condition_index; // 0 ~ 7
|
||||
long long item_id;
|
||||
long long sub_group_id;
|
||||
long long top_group_id;
|
||||
|
||||
Reference in New Issue
Block a user