~zorba-coders/zorba/bug1151967

« back to all changes in this revision

Viewing changes to src/functions/pregenerated/func_jsoniq_functions.cpp

  • Committer: Zorba Jenkins
  • Author(s): Markos Zaharioudakis
  • Date: 2013-08-21 10:53:43 UTC
  • mfrom: (10900.1.315 markos-scratch)
  • Revision ID: jenkins@lambda.nu-20130821105343-rtlkugav14vbtt3k
implicit iteration for jsoniq rename exprs
Approved: Markos Zaharioudakis

Show diffs side-by-side

added added

removed removed

Lines of Context:
504
504
      {
505
505
    DECL_WITH_KIND(sctx, op_zorba_json_rename,
506
506
        (createQName("http://zorba.io/internal/zorba-ops","","json-rename"), 
507
 
        GENV_TYPESYSTEM.JSON_OBJECT_TYPE_ONE, 
508
 
        GENV_TYPESYSTEM.STRING_TYPE_ONE, 
 
507
        GENV_TYPESYSTEM.ITEM_TYPE_STAR, 
 
508
        GENV_TYPESYSTEM.STRING_TYPE_QUESTION, 
509
509
        GENV_TYPESYSTEM.STRING_TYPE_ONE, 
510
510
        GENV_TYPESYSTEM.EMPTY_TYPE),
511
511
        FunctionConsts::OP_ZORBA_JSON_RENAME_3);