Changes between Version 11 and Version 12 of Doc/panc/dml/operators


Ignore:
Timestamp:
Mar 3, 2007, 6:03:34 PM (17 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Charles Loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/panc/dml/operators

    v11 v12  
    22[[TracNav]]
    33
    4 The operators available in the pan Data Manipulation Language (DML) are very similar to those in the C language.  The following tables summarize the DML operators.  The valid primitive types for each operator are indicated.  Those marked with "number" will take either long or double arguments.  In the case of binary operators, the result will be promoted to a double if the operands are mixed. 
     4The operators available in the pan Data Manipulation Language (DML) are very similar to those in the java or c languages.  The following tables summarize the DML operators.  The valid primitive types for each operator are indicated.  Those marked with "number" will take either long or double arguments.  In the case of binary operators, the result will be promoted to a double if the operands are mixed. 
    55
    66Unary DML Operators