-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
None
-
None
-
None
-
None
-
None
-
None
-
None
As part of this ticket, implement the aggregation expression for $encStrNormalizedEq.
As outlined in the design , ExpressionEncStrNormalizedEq will inherit from the base class, ExpressionEncTextSearch.
This goal of this task :
Implement the minimal requirements to allow the expression to be parsed by query analysis and the server rewrites
Implement parse & serialize.
Implement type checking/constraint checking when parsing the operands.
class ExpressionEncStrNormalizedEq : public ExpressionEncTextSearch { public: ... };