summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 6e714814526..dcb04a62727 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -78,6 +78,7 @@ public:
JSON_EXTRACT_FUNC, JSON_VALID_FUNC, ROWNUM_FUNC,
CASE_SEARCHED_FUNC, // Used by ColumnStore/Spider
CASE_SIMPLE_FUNC, // Used by ColumnStore/spider,
+ DATE_FUNC, YEAR_FUNC
};
static scalar_comparison_op functype_to_scalar_comparison_op(Functype type)
{