Class FetchFromIndexedFunctionStep

    • Method Detail

      • prettyPrint

        public String prettyPrint​(int depth,
                                  int indent)
      • reset

        public void reset()
      • getCost

        public long getCost()
        Description copied from interface: ExecutionStep
        returns the absolute cost (in nanoseconds) of the execution of this step
        Returns:
        the absolute cost (in nanoseconds) of the execution of this step, -1 if not calculated
      • serialize

        public Result serialize()
      • deserialize

        public void deserialize​(Result fromResult)