public class TestBatchSerialization
extends DrillTest
| Modifier and Type | Field and Description |
|---|---|
static BaseDirTestWatcher |
dirTestWatcher |
static OperatorFixture |
fixture |
| Constructor and Description |
|---|
TestBatchSerialization() |
| Modifier and Type | Method and Description |
|---|---|
RowSet.SingleRowSet |
makeNullableRowSet(TupleMetadata schema,
int rowCount) |
RowSet.SingleRowSet |
makeRowSet(TupleMetadata schema,
int rowCount) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testArray() |
void |
testMap()
Tests a map type and an SV2.
|
void |
testNonNullType(TypeProtos.MinorType type) |
void |
testNullableType(TypeProtos.MinorType type) |
void |
testType(TypeProtos.MinorType type) |
void |
testTypes() |
public static final BaseDirTestWatcher dirTestWatcher
public static OperatorFixture fixture
public static void setUpBeforeClass()
public RowSet.SingleRowSet makeRowSet(TupleMetadata schema, int rowCount)
public RowSet.SingleRowSet makeNullableRowSet(TupleMetadata schema, int rowCount)
public void testType(TypeProtos.MinorType type) throws IOException
IOExceptionpublic void testNonNullType(TypeProtos.MinorType type) throws IOException
IOExceptionpublic void testNullableType(TypeProtos.MinorType type) throws IOException
IOExceptionpublic void testTypes()
throws IOException
IOExceptionpublic void testMap()
throws IOException
IOExceptionpublic void testArray()
throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.