public class TestTupleSchema extends BaseTest
| Constructor and Description |
|---|
TestTupleSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAddNewColumn() |
void |
testAddNewProperty() |
void |
testCopy() |
void |
testDecimalScalePrecision() |
void |
testDictColumn() |
void |
testDuplicateType() |
void |
testEmptyRootTuple()
Test the basics of an empty root tuple (i.e.
|
void |
testFromJsonTyped() |
void |
testFromJsonUntyped() |
void |
testJsonString() |
void |
testListColumn() |
void |
testListSchema() |
void |
testMapColumn()
Tests a map column.
|
void |
testMapTupleFromField() |
void |
testMapTupleFromMetadata()
Test a complex map schema of the form:
a.`b.x`.`c.y`.d in which columns "a", "b.x" and "c.y" are maps, "b.x" and "c.y" are names that contains dots, and d is primitive. |
void |
testNestedSchema() |
void |
testNonEmptyRootTuple()
Test the basics of a non-empty root tuple (i.e.
|
void |
testNullableFixedWidthColumn() |
void |
testNullableVariableWidthColumn() |
void |
testNullOrEmptyJsonString() |
void |
testRemoveProperty() |
void |
testRepeatedDictColumn() |
void |
testRepeatedFixedWidthColumn() |
void |
testRepeatedMapColumn() |
void |
testRepeatedVariableWidthColumn() |
void |
testRequiredFixedWidthColumn()
Test a fixed-width, primitive, required column.
|
void |
testRequiredVariableWidthColumn() |
void |
testUnionColumn() |
void |
testUnionSchema() |
public void testRequiredFixedWidthColumn()
public void testNullableFixedWidthColumn()
public void testRepeatedFixedWidthColumn()
public void testRequiredVariableWidthColumn()
public void testNullableVariableWidthColumn()
public void testRepeatedVariableWidthColumn()
public void testDecimalScalePrecision()
public void testMapColumn()
public void testRepeatedMapColumn()
public void testUnionColumn()
public void testListColumn()
public void testEmptyRootTuple()
public void testNonEmptyRootTuple()
public void testMapTupleFromMetadata()
public void testMapTupleFromField()
public void testUnionSchema()
public void testListSchema()
public void testNestedSchema()
public void testDuplicateType()
public void testJsonString()
public void testFromJsonTyped()
public void testFromJsonUntyped()
public void testNullOrEmptyJsonString()
public void testCopy()
public void testAddNewColumn()
public void testAddNewProperty()
public void testRemoveProperty()
public void testDictColumn()
public void testRepeatedDictColumn()
Copyright © 2021 The Apache Software Foundation. All rights reserved.