water.exec
Class Expr.Result
java.lang.Object
water.exec.Expr.Result
- Enclosing class:
- Expr
public static class Expr.Result
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_key
public final Key _key
_const
public final double _const
_str
public final java.lang.String _str
_type
public Expr.Result.Type _type
temporary
public static Expr.Result temporary(Key k)
throws EvaluationException
- Throws:
EvaluationException
temporary
public static Expr.Result temporary()
throws EvaluationException
- Throws:
EvaluationException
permanent
public static Expr.Result permanent(Key k)
throws EvaluationException
- Throws:
EvaluationException
scalar
public static Expr.Result scalar(double v)
string
public static Expr.Result string(java.lang.String s)
dispose
public void dispose()
isTemporary
public boolean isTemporary()
canShallowCopy
public boolean canShallowCopy()
rawColIndex
public int rawColIndex()
colIndex
public int colIndex()
setColIndex
public void setColIndex(int index)
convertToSingleColumn
public void convertToSingleColumn(int pos)
throws EvaluationException
- Throws:
EvaluationException