ExprDerNodeArray.h
Classes
- TableExprNodeArrayConstBool -- Bool Array constant in table select expression tree (full description)
- TableExprNodeArrayConstDouble -- Double Array constant in table select expression tree (full description)
- TableExprNodeArrayConstDComplex -- DComplex Array constant in table select expression tree (full description)
- TableExprNodeArrayConstString -- String Array constant in table select expression tree (full description)
- TableExprNodeArrayConstDate -- Date Array constant in table select expression tree (full description)
Interface
- Public Members
- TableExprNodeArrayConstBool (const Array<Bool>& value)
- ~TableExprNodeArrayConstBool()
- Array<Bool> getArrayBool (const TableExprId& id)
Prerequisite
Synopsis
This class represents a constant in a table select expression tree.
This is also used to hold the value of a table keyword, which is
constant over the entire table.
Member Description
Interface
- TableExprNodeArrayConstDouble (const Array<Double>& value)
- TableExprNodeArrayConstDouble (const Array<Float>& value)
- TableExprNodeArrayConstDouble (const Array<uInt>& value)
- TableExprNodeArrayConstDouble (const Array<Int>& value)
- TableExprNodeArrayConstDouble (const Array<uShort>& value)
- TableExprNodeArrayConstDouble (const Array<Short>& value)
- TableExprNodeArrayConstDouble (const Array<uChar>& value)
- ~TableExprNodeArrayConstDouble()
- Array<Double> getArrayDouble (const TableExprId& id)
- Array<DComplex> getArrayDComplex (const TableExprId& id)
Prerequisite
Synopsis
This class represents a constant in a table select expression tree.
This is also used to hold the value of a table keyword, which is
constant over the entire table.
Member Description
Interface
- TableExprNodeArrayConstDComplex (const Array<DComplex>& value)
- TableExprNodeArrayConstDComplex (const Array<Complex>& value)
- TableExprNodeArrayConstDComplex (const Array<Double>& value)
- ~TableExprNodeArrayConstDComplex()
- Array<DComplex> getArrayDComplex (const TableExprId& id)
Prerequisite
Synopsis
This class represents a constant in a table select expression tree.
This is also used to hold the value of a table keyword, which is
constant over the entire table.
Member Description
Interface
- TableExprNodeArrayConstString (const Array<String>& value)
- ~TableExprNodeArrayConstString()
- Array<String> getArrayString (const TableExprId& id)
Prerequisite
Synopsis
This class represents a constant in a table select expression tree.
This is also used to hold the value of a table keyword, which is
constant over the entire table.
Member Description
Interface
- TableExprNodeArrayConstDate (const Array<MVTime>& value)
- ~TableExprNodeArrayConstDate()
- Array<Double> getArrayDouble(const TableExprId& id)
- Array<MVTime> getArrayDate (const TableExprId& id)
Prerequisite
Synopsis
This class represents a constant in a table select expression tree.
This is also used to hold the value of a table keyword, which is
constant over the entire table.
Member Description