blob: 9122174339889f4bebcfc3b02e0d048b8424a4b5 [file] [log] [blame]
package edu.uci.ics.hyracks.storage.am.common.ophelpers;
public interface IndexOpContext {
void reset();
}