Interface InternalExecutionPlan

    • Method Detail

      • close

        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

        long getCost()
      • serialize

        default Result serialize()
      • deserialize

        default void deserialize​(Result serializedExecutionPlan)
      • canBeCached

        boolean canBeCached()
      • getStatement

        default String getStatement()
      • setStatement

        default void setStatement​(String stm)