Uses of Class
com.pervasive.datarush.operators.join.DataNotSortedException
-
Packages that use DataNotSortedException Package Description com.pervasive.datarush.operators.join Provides operators for joining together two data sets into a single one. -
-
Uses of DataNotSortedException in com.pervasive.datarush.operators.join
Methods in com.pervasive.datarush.operators.join that return DataNotSortedException Modifier and Type Method Description DataNotSortedExceptionDataNotSortedException. setCurrent(String current)Sets a string representation of the current row's keys at the point in the input flow where incorrect row ordering was discovered.DataNotSortedExceptionDataNotSortedException. setCurrentTValue(TokenValued currentTValue)Internal use only: set the current token value where the sort order discrepancy occurred.DataNotSortedExceptionDataNotSortedException. setPosition(int position)DataNotSortedExceptionDataNotSortedException. setPrevious(String previous)Sets a string representation of the previous row's keys at the point in the input flow where incorrect row ordering was discovered.DataNotSortedExceptionDataNotSortedException. setPreviousTValue(TokenValued previousTValue)Internal use only: set the previous token value where the sort order discrepancy occurred.DataNotSortedExceptionDataNotSortedException. setRowNumber(long rowNumber)Sets the row number where the exception occurred, or -1 if not available.
-