| 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 | Class and Description |
|---|---|
static class |
BaseTestQuery.ClassicTestServices |
static class |
ClusterFixture.FixtureTestServices
Shim class to allow the
TestBuilder class to work with the
cluster fixture. |
| Constructor and Description |
|---|
DrillTestWrapper(TestBuilder testBuilder,
DrillTestWrapper.TestServices services,
Object query,
UserBitShared.QueryType queryType,
String baselineOptionSettingQueries,
String testOptionSettingQueries,
UserBitShared.QueryType baselineQueryType,
boolean ordered,
boolean approximateEquality,
double tolerance,
boolean highPerformanceComparison,
String[] baselineColumns,
List<Map<String,Object>> baselineRecords,
int expectedNumBatches,
int expectedNumRecords) |
TestBuilder(DrillTestWrapper.TestServices services) |
TestBuilder(DrillTestWrapper.TestServices services,
Object query,
UserBitShared.QueryType queryType,
Boolean ordered,
boolean approximateEquality,
Map<SchemaPath,TypeProtos.MajorType> baselineTypeMap,
String baselineOptionSettingQueries,
String testOptionSettingQueries,
boolean highPerformanceComparison,
int expectedNumBatches) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.