Class MixedJoinSize

java.lang.Object
ai.rapids.cudf.MixedJoinSize
All Implemented Interfaces:
AutoCloseable

public final class MixedJoinSize extends Object implements AutoCloseable
This class tracks size information associated with a mixed table join.
  • Method Details

    • getOutputRowCount

      public long getOutputRowCount()
      Return the number of output rows that would be generated from the mixed join
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable