Package ai.rapids.cudf
Class MixedJoinSize
java.lang.Object
ai.rapids.cudf.MixedJoinSize
- All Implemented Interfaces:
AutoCloseable
This class tracks size information associated with a mixed table join.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
long
Return the number of output rows that would be generated from the mixed 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 interfaceAutoCloseable
-