public class TestOrcFile
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TestOrcFile.AllTypesRow |
static class |
TestOrcFile.BigRow |
static class |
TestOrcFile.InnerStruct |
static class |
TestOrcFile.MiddleStruct |
Modifier and Type | Field and Description |
---|---|
org.junit.rules.TestName |
testCaseName |
Constructor and Description |
---|
TestOrcFile() |
Modifier and Type | Method and Description |
---|---|
void |
columnProjection() |
void |
emptyFile() |
void |
metaData() |
void |
openFileSystem() |
void |
test1() |
void |
testMemoryManagement() |
void |
testPredicatePushdown() |
void |
testReadFormat_0_11() |
void |
testSeek() |
void |
testSnappy()
Read and write a randomly generated snappy file.
|
void |
testUnionAndTimestamp()
We test union, timestamp, and decimal separately since we need to make the
object inspector manually.
|
void |
testWithoutIndex()
Read and write a randomly generated snappy file.
|
void |
testWriteFormat_0_11() |
public void openFileSystem() throws java.lang.Exception
java.lang.Exception
public void testWriteFormat_0_11() throws java.lang.Exception
java.lang.Exception
public void testReadFormat_0_11() throws java.lang.Exception
java.lang.Exception
public void test1() throws java.lang.Exception
java.lang.Exception
public void columnProjection() throws java.lang.Exception
java.lang.Exception
public void emptyFile() throws java.lang.Exception
java.lang.Exception
public void metaData() throws java.lang.Exception
java.lang.Exception
public void testUnionAndTimestamp() throws java.lang.Exception
java.lang.Exception
public void testSnappy() throws java.lang.Exception
java.lang.Exception
public void testWithoutIndex() throws java.lang.Exception
java.lang.Exception
public void testSeek() throws java.lang.Exception
java.lang.Exception
public void testMemoryManagement() throws java.lang.Exception
java.lang.Exception
public void testPredicatePushdown() throws java.lang.Exception
java.lang.Exception
Copyright © 2012 The Apache Software Foundation