| Package | Description |
|---|---|
| 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 |
|---|---|
BufferingQueryEventListener |
QueryBuilder.withEventListener()
Run the query, return an easy-to-use event listener to process
the query results.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryRowSetReader |
QueryRowSetReader.build(BufferAllocator allocator,
BufferingQueryEventListener listener) |
| Constructor and Description |
|---|
QueryBatchIterator(BufferAllocator allocator,
BufferingQueryEventListener listener) |
QueryResultSet(BufferingQueryEventListener listener,
BufferAllocator allocator) |
QueryRowSetIterator(BufferAllocator allocator,
BufferingQueryEventListener listener) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.