Class MemoizedOperationKey

java.lang.Object
io.deephaven.engine.table.impl.MemoizedOperationKey

public abstract class MemoizedOperationKey extends Object
Indices for memoized operations on QueryTable.

When a null key is returned from one of the static methods; the operation will not be memoized (e.g., if we might depend on the query scope; we can't memoize the operation).