Class JoinOperatorInfo

    • Method Detail

      • getLogHistogramProbes

        public long[] getLogHistogramProbes()
      • getLogHistogramOutput

        public long[] getLogHistogramOutput()
      • getLookupSourcePositions

        public Optional<Long> getLookupSourcePositions()
        Estimated number of positions in on the build side
      • isFinal

        public boolean isFinal()
        Specified by:
        isFinal in interface OperatorInfo
        Returns:
        true if this OperatorInfo should be collected and sent to the coordinator when the task completes (i.e. it will not be stripped away during summarization).