java.lang.Object
org.apache.shardingsphere.infra.federation.executor.original.row.FilterableRowEnumerator
All Implemented Interfaces:
AutoCloseable, org.apache.calcite.linq4j.Enumerator<Object[]>

public final class FilterableRowEnumerator extends Object implements org.apache.calcite.linq4j.Enumerator<Object[]>
Filterable row enumerator.
  • Constructor Details

    • FilterableRowEnumerator

      public FilterableRowEnumerator()
  • Method Details

    • current

      public Object[] current()
      Specified by:
      current in interface org.apache.calcite.linq4j.Enumerator<Object[]>
    • moveNext

      public boolean moveNext()
      Specified by:
      moveNext in interface org.apache.calcite.linq4j.Enumerator<Object[]>
    • reset

      public void reset()
      Specified by:
      reset in interface org.apache.calcite.linq4j.Enumerator<Object[]>
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.apache.calcite.linq4j.Enumerator<Object[]>