Fixed small error in comment
This commit is contained in:
parent
4ef7991d28
commit
03a5cacca2
@ -116,7 +116,7 @@ static const negated_function_mapping neg_map[]=
|
||||
Instances of Ndb_Item are stored in a linked list implemented by Ndb_cond
|
||||
class.
|
||||
The order of elements produced by Ndb_cond::next corresponds to
|
||||
depth-first traversal of the Item (i.e. expression) tree in prefix order.
|
||||
breadth-first traversal of the Item (i.e. expression) tree in prefix order.
|
||||
AND and OR have arbitrary arity, so the end of AND/OR group is marked with
|
||||
Ndb_item with type == NDB_END_COND.
|
||||
NOT items represent negated conditions and generate NAND/NOR groups.
|
||||
|
Loading…
x
Reference in New Issue
Block a user