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 DataNotSortedException
DataNotSortedException. 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.DataNotSortedException
DataNotSortedException. setCurrentTValue(TokenValued currentTValue)
Internal use only: set the current token value where the sort order discrepancy occurred.DataNotSortedException
DataNotSortedException. setPosition(int position)
DataNotSortedException
DataNotSortedException. 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.DataNotSortedException
DataNotSortedException. setPreviousTValue(TokenValued previousTValue)
Internal use only: set the previous token value where the sort order discrepancy occurred.DataNotSortedException
DataNotSortedException. setRowNumber(long rowNumber)
Sets the row number where the exception occurred, or -1 if not available.
-