Interface Reader

  • All Superinterfaces:
    java.lang.AutoCloseable, java.lang.Iterable<StreamElement>
    All Known Implementing Classes:
    ProximaParquetReader

    @Internal
    public interface Reader
    extends java.lang.AutoCloseable, java.lang.Iterable<StreamElement>
    Proxima's representation of generic reader.
    • Method Detail

      • close

        void close()
        Specified by:
        close in interface java.lang.AutoCloseable
      • getPath

        Path getPath()
        Get Path associated with the Reader.
        Returns:
        the path of this reader