| Package | Description |
|---|---|
| org.apache.carbondata.hadoop | |
| org.apache.carbondata.hadoop.api | |
| org.apache.carbondata.hadoop.readsupport.impl |
| Modifier and Type | Field and Description |
|---|---|
protected CarbonReadSupport<T> |
CarbonRecordReader.readSupport |
| Constructor and Description |
|---|
CarbonRecordReader(org.apache.carbondata.core.scan.model.QueryModel queryModel,
CarbonReadSupport<T> readSupport,
org.apache.hadoop.conf.Configuration configuration) |
CarbonRecordReader(org.apache.carbondata.core.scan.model.QueryModel queryModel,
CarbonReadSupport<T> readSupport,
InputMetricsStats inputMetricsStats,
org.apache.hadoop.conf.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
CarbonReadSupport<T> |
CarbonInputFormat.getReadSupportClass(org.apache.hadoop.conf.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CarbonInputFormat.setCarbonReadSupport(org.apache.hadoop.conf.Configuration configuration,
Class<? extends CarbonReadSupport> readSupportClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
CarbonRowReadSupport
A read support implementation to return CarbonRow after handling
global dictionary and direct dictionary (date/timestamp) conversion
|
class |
DictionaryDecodeReadSupport<T>
This is the class to decode dictionary encoded column data back to its original value.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.