| Package | Description |
|---|---|
| org.apache.drill.exec.physical.rowSet |
Provides a set of tools to work with row sets.
|
| org.apache.drill.test |
Provides a variety of test framework tools to simplify Drill unit
tests and ad-hoc tests created while developing features.
|
| Modifier and Type | Method and Description |
|---|---|
RowSetBuilder |
RowSetBuilder.addRow(Object... values)
Add a new row using column values passed as variable-length arguments.
|
RowSetBuilder |
RowSetBuilder.addSelection(boolean selected,
Object... values) |
RowSetBuilder |
RowSetBuilder.addSingleCol(boolean selected,
Object value) |
RowSetBuilder |
RowSetBuilder.addSingleCol(Object value)
The
addRow(Object...) method uses Java variable-length arguments to
pass a row of values. |
RowSetBuilder |
RowSetBuilder.withSv2()
Build the row set with a selection vector 2.
|
| Modifier and Type | Method and Description |
|---|---|
RowSetBuilder |
OperatorFixture.rowSetBuilder(BatchSchema schema) |
RowSetBuilder |
ClientFixture.rowSetBuilder(BatchSchema schema) |
RowSetBuilder |
OperatorFixture.rowSetBuilder(TupleMetadata schema) |
RowSetBuilder |
ClientFixture.rowSetBuilder(TupleMetadata schema) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.