public class TestRowBatchMerger extends SubOperatorTest
| Modifier and Type | Class and Description |
|---|---|
static class |
TestRowBatchMerger.RowSetSource |
static class |
TestRowBatchMerger.TestProjection |
DrillTest.MemWatcher| Modifier and Type | Field and Description |
|---|---|
static int |
SLAB_SIZE |
dirTestWatcher, fixturelogOutcome, objectMapper, REPEAT_RULE, thrownException, TIMEOUT| Constructor and Description |
|---|
TestRowBatchMerger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setup() |
void |
testFlatWithNulls() |
void |
testImplicitFlat() |
void |
testMapArrayRevision()
Test that the merger mechanism can rewrite a map array to include
projected null columns.
|
void |
testMapRevision()
Test that the merger mechanism can rewrite a map to include
projected null columns.
|
void |
testNullMaps()
Test the ability to create maps from whole cloth if requested in
the projection list, and the map is not available from the data
source.
|
void |
testSimpleFlat() |
classSetup, classTeardownescapeJsonString, finishDrillTest, initDrillTestpublic static final int SLAB_SIZE
public static void setup()
public void testSimpleFlat()
public void testImplicitFlat()
public void testFlatWithNulls()
public void testNullMaps()
public void testMapRevision()
public void testMapArrayRevision()
Copyright © 2021 The Apache Software Foundation. All rights reserved.