| Package | Description |
|---|---|
| org.apache.carbondata.sdk.file |
| Modifier and Type | Method and Description |
|---|---|
static CarbonReaderBuilder |
CarbonReader.builder(String tablePath)
Return a new
CarbonReaderBuilder instance |
static CarbonReaderBuilder |
CarbonReader.builder(String tablePath,
String tableName)
Return a new
CarbonReaderBuilder instance |
CarbonReaderBuilder |
CarbonReaderBuilder.filter(org.apache.carbondata.core.scan.expression.Expression filterExpression)
Configure the filter expression for carbon reader
|
CarbonReaderBuilder |
CarbonReaderBuilder.projection(String[] projectionColumnNames)
Configure the projection column names of carbon reader
|
CarbonReaderBuilder |
CarbonReaderBuilder.withBatch(int batch)
Sets the batch size of records to read
|
CarbonReaderBuilder |
CarbonReaderBuilder.withHadoopConf(org.apache.hadoop.conf.Configuration conf)
To support hadoop configuration
|
CarbonReaderBuilder |
CarbonReaderBuilder.withHadoopConf(String key,
String value)
Updates the hadoop configuration with the given key value
|
CarbonReaderBuilder |
CarbonReaderBuilder.withRowRecordReader()
Configure Row Record Reader for reading.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.