| Package | Description |
|---|---|
| org.apache.drill.test.rowSet |
Provides a set of tools to work with row sets when creating operator
and "sub-operator" unit tests.
|
| Modifier and Type | Method and Description |
|---|---|
RowSetComparison |
RowSetComparison.exclude(int colNo)
Mark a specific column as excluded from comparisons.
|
RowSetComparison |
RowSetComparison.offset(int offset)
Specify an offset into the row sets to start the comparison.
|
RowSetComparison |
RowSetComparison.span(int span)
Specify a subset of rows to compare.
|
RowSetComparison |
RowSetComparison.withMask(Boolean... flags)
Specifies a "selection" mask that determines which columns
to compare.
|
RowSetComparison |
RowSetComparison.withScale(int scale)
Specify the precision to use when comparing float or
double values.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.