| 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 | Field and Description |
|---|---|
List<ProfileParser.OperatorProfile> |
ProfileParser.OperatorSummary.opExecs |
List<ProfileParser.OperatorProfile> |
ProfileParser.MinorFragInfo.ops |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,ProfileParser.OperatorProfile> |
ProfileParser.getOpInfo()
We often run test queries single threaded to make analysis of the profile
easier.
|
List<ProfileParser.OperatorProfile> |
ProfileParser.getOpsOfType(String type)
For a single-slice query, get all operators of a given numeric operator
type.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.