Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1525#discussion_r182605944
--- Diff: core/sql/common/ExprNode.cpp ---
@@ -737,6 +737,16 @@ NABoolean OperatorType::match(OperatorTypeEnum
wildcard) const
return FALSE;
}
+ case REL_ANY_EXTRACT:
+ switch (op_)
+ {
+ case REL_FAST_EXTRACT:
--- End diff --
Thank you for the explanation. It's fine as it is.---
