#include <ExprUtil.h>
Inherits TypedExpression< EString >.
Public Member Functions | |
FieldExpression (unsigned int which_tuple, unsigned int offset, unsigned int length) | |
EString | evalImpl (EvalAs< EString >, const EvalContext &ctxt) throw (EvalException) |
Evaluate as a string. | |
int32 | getStringLength () const |
Returns the size of the string returned by the expression, or -1 if not known. |
|
Evaluate as a string.
Implements TypedExpression< EString >.
|
|
|
|
Returns the size of the string returned by the expression, or -1 if not known. By default returns -1. Reimplemented from Expression.
|