Interface RecordCursor

    • Method Detail

      • getCompletedBytes

        long getCompletedBytes()
      • getReadTimeNanos

        long getReadTimeNanos()
        Gets the wall time spent reading data. If read time is not available, this method should return zero.
        See Also:
        ConnectorPageSource.getReadTimeNanos()
      • getType

        Type getType​(int field)
      • advanceNextPosition

        boolean advanceNextPosition()
      • getBoolean

        boolean getBoolean​(int field)
      • getLong

        long getLong​(int field)
      • getDouble

        double getDouble​(int field)
      • getSlice

        io.airlift.slice.Slice getSlice​(int field)
      • getObject

        Object getObject​(int field)
      • isNull

        boolean isNull​(int field)
      • getSystemMemoryUsage

        default long getSystemMemoryUsage()