}
if (type == Type.DOUBLE) {
return new UncompressedDoubleBlockCursor(positionCount, getUncompressedSlice());
}
if (type == Type.VARIABLE_BINARY) {
return new UncompressedSliceBlockCursor(positionCount, getUncompressedSlice());
}
}
return new UncompressedBlockCursor(tupleInfo, positionCount, getUncompressedSlice());
}