Hi,
I have a file database containing data values for several fields. The fields are specified in a separate meta data within the database in a format as:
fieldName, fieldType, fieldAggregationMethod
e.g., volume, long, sum
e.g., closePrice, float, last
e.g., numTrades, int, sum
The fieldType...