[Groonga-commit] groonga/grnxx at 097f892 [new_data_types] Enable Text in dereference. (#106)

Back to archive index

susumu.yata null+****@clear*****
Mon Nov 17 11:22:58 JST 2014


susumu.yata	2014-11-17 11:22:58 +0900 (Mon, 17 Nov 2014)

  New Revision: 097f892121656f0afaa5b9ada2129c24f36febb7
  https://github.com/groonga/grnxx/commit/097f892121656f0afaa5b9ada2129c24f36febb7

  Message:
    Enable Text in dereference. (#106)

  Modified files:
    lib/grnxx/impl/expression.cpp

  Modified: lib/grnxx/impl/expression.cpp (+4 -4)
===================================================================
--- lib/grnxx/impl/expression.cpp    2014-11-17 10:51:36 +0900 (06345b3)
+++ lib/grnxx/impl/expression.cpp    2014-11-17 11:22:58 +0900 (eb648e7)
@@ -1998,10 +1998,10 @@ Node *ExpressionBuilder::create_dereference_node(
           return new DereferenceNode<GeoPoint>(
               std::move(arg1), std::move(arg2));
         }
-//        case TEXT_DATA: {
-//          return new DereferenceNode<Text>(
-//              std::move(arg1), std::move(arg2));
-//        }
+        case TEXT_DATA: {
+          return new DereferenceNode<Text>(
+              std::move(arg1), std::move(arg2));
+        }
 //        case BOOL_VECTOR_DATA: {
 //          return new DereferenceNode<Vector<Bool>>(
 //              std::move(arg1), std::move(arg2));
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index