public final class CalculateCommand extends Object
Command builder for calculate commands.
calculate applies an aggregation function to a key, optionally scoped
to specific records or a condition, and optionally pinned to a historical
timestamp.
calculate <function> <key> calculate <function> <key> in <records> calculate <function> <key> where <condition> calculate <function> <key> [in|where] ... at <timestamp>