Package | Description |
---|---|
com.pervasive.datarush.operators.join |
Provides operators for joining together two data sets into a single one.
|
Modifier and Type | Method and 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.
|
Copyright © 2020 Actian Corporation. All rights reserved.