Interface SchemaIterator<E>

All Superinterfaces:
Iterator<E>

public interface SchemaIterator<E> extends Iterator<E>
Iterator that stores the schema of the data it iterates over.
Since:
5.0
  • Method Details

    • getSchema

      Schema getSchema()