addDoubleOutputField(string name=string()) | Aggregate | [protected] |
addInt32OutputField(string name=string()) | Aggregate | [protected] |
addInt64OutputField(string name=string()) | Aggregate | [protected] |
addOutputField(TupleDescription::Field field) | Aggregate | [protected] |
addSingleOutputField(string name=string()) | Aggregate | [protected] |
addStringOutputField(unsigned int length) | Aggregate | [protected] |
addStringOutputField(string name, unsigned int length) | Aggregate | [protected] |
Aggregate() | Aggregate | |
arg(unsigned int index) const | Aggregate | [protected] |
as_string() const | Aggregate | [virtual] |
AURORA_DECLARE_AGGREGATE(StandardAggregate< type >) | StandardAggregate< type > | |
freeze(OSerial &out) const | StandardAggregate< type > | |
getOutputField(unsigned int i) const | Aggregate | |
getOutputSize() const | Aggregate | |
getOutputTupleDescription() const | Aggregate | |
numArgs() const | Aggregate | [protected] |
numOutputFields() const | Aggregate | |
openWindow() | StandardAggregate< type > | [virtual] |
parse(string expr, const ExprContext &ctxt) | Aggregate | [static] |
Registry typedef | Aggregate | |
setArgs(const vector< ptr< Expression > > &args) | Aggregate | |
setup(const ExprContext &ctxt) | StandardAggregate< type > | [virtual] |
unfreeze(ISerial &in) | StandardAggregate< type > | |
~Aggregate() | Aggregate | [virtual] |