blob: 7153f78f31fead7db474256c5409b10236991f0e [file] [log] [blame]
package edu.uci.ics.hyracks.storage.am.common.api;
import edu.uci.ics.hyracks.storage.am.common.ophelpers.IndexOp;
public interface IIndexOpContext {
void reset();
void reset(IndexOp newOp);
}