示例#1
0
  @Override
  public void startStripe(StreamSources dictionaryStreamSources, List<ColumnEncoding> encoding)
      throws IOException {
    presentStreamSource = missingStreamSource(BooleanStream.class);

    readOffset = 0;
    nextBatchSize = 0;

    presentStream = null;

    rowGroupOpen = false;

    for (StreamReader structField : structFields) {
      structField.startStripe(dictionaryStreamSources, encoding);
    }
  }