Ignore:
Timestamp:
07/17/15 13:58:13 (9 years ago)
Author:
rlacroix
Message:

Use the filter infrastructure to handle the temporal operations.

Add a temporal filter to do so.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/parse_expr/yacc_parser.cpp

    r642 r643  
    13731373  case 15: 
    13741374#line 78 "yacc_parser.yacc" /* yacc.c:1646  */ 
    1375     { /* TODO: Use temporal operation */ (yyval.filterNode) = new CFilterFieldExprNode(*(yyvsp[0].str)); delete (yyvsp[0].str); } 
     1375    { (yyval.filterNode) = new CFilterTemporalFieldExprNode(*(yyvsp[0].str)); delete (yyvsp[0].str); } 
    13761376#line 1377 "yacc_parser.cpp" /* yacc.c:1646  */ 
    13771377    break; 
Note: See TracChangeset for help on using the changeset viewer.