| Class | Description |
|---|---|
| CarbonFileInputFormat<T> |
InputFormat for reading carbondata files without table level metadata support,
schema is inferred as following steps:
1.
|
| CarbonInputFormat<T> |
Base class for carbondata input format, there are two input format implementations:
1.
|
| CarbonOutputCommitter |
Outputcommitter which manages the segments during loading.It commits segment information to the
tablestatus file upon success or fail.
|
| CarbonTableInputFormat<T> |
InputFormat for reading carbondata files with table level metadata support,
such as segment and explicit schema metadata.
|
| CarbonTableOutputFormat |
This is table level output format which writes the data to store in new segment.
|
| CarbonTableOutputFormat.CarbonMultiRecordWriter | |
| CarbonTableOutputFormat.CarbonRecordWriter |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.