Interface NumericField

All Superinterfaces:
Field
All Known Implementing Classes:
DateTimeField, DoubleField, IntField, LongField

public interface NumericField extends Field
A field that holds a numeric value, one of double, long, int, or date time (stored as a long). Used for aggregation. See: