Interface InternalExecutionPlan

    • Method Detail

      • close

        default void close()
      • fetchNext

        ResultSet fetchNext​(int n)
        if the execution can still return N elements, then the result will contain them all. If the execution contains less than N elements, then the result will contain them all, next result(s) will contain zero elements
        Parameters:
        n -
        Returns:
      • getCost

        default long getCost()
      • canBeCached

        boolean canBeCached()
      • getStatement

        default String getStatement()
      • setStatements

        default void setStatements​(List<Statement> stm)