public void setSearchCondition(Object expr) {
}
@Override
public void seek(long offset) throws IOException {
if(isCompress()) throw new UnsupportedException();
int tupleIndex = Arrays.binarySearch(fileOffsets.toArray(), offset);
if (tupleIndex > -1) {
this.currentIdx = tupleIndex;