private int [] projectionMap;
private ColumnValues [] columns;
public TrevniScanner(Configuration conf, Schema schema, TableMeta meta, FileFragment fragment) throws IOException {
super(conf, schema, meta, fragment);
reader = new ColumnFileReader(new HadoopInput(fragment.getPath(), conf));
}