Package | Description |
---|---|
org.apache.tajo.storage | |
org.apache.tajo.storage.avro |
Provides read and write support for Avro files.
|
org.apache.tajo.storage.parquet |
Provides read and write support for Parquet files.
|
org.apache.tajo.storage.rcfile | |
org.apache.tajo.storage.sequencefile | |
org.apache.tajo.storage.trevni |
Modifier and Type | Class and Description |
---|---|
static class |
CSVFile.CSVAppender |
class |
FileAppender |
static class |
RawFile.RawFileAppender |
static class |
RowFile.RowFileAppender |
Modifier and Type | Method and Description |
---|---|
abstract Appender |
Storage.getAppender(TableMeta meta,
org.apache.hadoop.fs.Path path) |
Appender |
AbstractStorageManager.getAppender(TableMeta meta,
Schema schema,
org.apache.hadoop.fs.Path path) |
Modifier and Type | Class and Description |
---|---|
class |
AvroAppender
FileAppender for writing to Avro files.
|
Modifier and Type | Class and Description |
---|---|
class |
ParquetAppender
FileAppender for writing to Parquet files.
|
Modifier and Type | Class and Description |
---|---|
static class |
RCFile.RCFileAppender
Write KeyBuffer/ValueBuffer pairs to a RCFile.
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceFileAppender |
Modifier and Type | Class and Description |
---|---|
class |
TrevniAppender |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.