Uses of Class
com.pervasive.datarush.operators.join.DataNotSortedException
Packages that use DataNotSortedException
Package
Description
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 DataNotSortedExceptionModifier and TypeMethodDescriptionDataNotSortedException.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.setCurrentTValue(TokenValued currentTValue) Internal use only: set the current token value where the sort order discrepancy occurred.DataNotSortedException.setPosition(int position) 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.setPreviousTValue(TokenValued previousTValue) Internal use only: set the previous token value where the sort order discrepancy occurred.DataNotSortedException.setRowNumber(long rowNumber) Sets the row number where the exception occurred, or -1 if not available.