Skip navigation links
C D E G H I L N O P R S U V W 

C

CarbonDictionaryWrapper - Class in org.apache.spark.sql
 
CarbonVectorProxy - Class in org.apache.spark.sql
Adapter class which handles the columnar vector reading of the carbondata based on the spark ColumnVector and ColumnarBatch API.
CarbonVectorProxy(MemoryMode, StructType, int, boolean) - Constructor for class org.apache.spark.sql.CarbonVectorProxy
Adapter class which handles the columnar vector reading of the carbondata based on the spark ColumnVector and ColumnarBatch API.
CarbonVectorProxy.ColumnVectorProxy - Class in org.apache.spark.sql
 
CarbonVectorProxy.ColumnVectorProxyWithLazyLoad - Class in org.apache.spark.sql
 
close() - Method in class org.apache.carbondata.spark.vectorreader.VectorizedCarbonRecordReader
 
close() - Method in class org.apache.spark.sql.CarbonVectorProxy
Called to close all the columns in this batch.
close() - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
column(int) - Method in class org.apache.spark.sql.CarbonVectorProxy
This API will return a columnvector from a batch of column vector rows based on the ordinal
ColumnVectorProxy(ColumnVector, int, MemoryMode) - Constructor for class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
ColumnVectorProxyWithLazyLoad(ColumnVector, int, MemoryMode) - Constructor for class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxyWithLazyLoad
 
convertCarbonSchemaToSparkSchema(CarbonColumn[]) - Method in class org.apache.carbondata.converter.SparkDataTypeConverterImpl
convert from CarbonColumn array to Spark's StructField array
convertFromBigDecimalToDecimal(Object) - Method in class org.apache.carbondata.converter.SparkDataTypeConverterImpl
 
convertFromByteToUTF8Bytes(byte[]) - Method in class org.apache.carbondata.converter.SparkDataTypeConverterImpl
 
convertFromByteToUTF8String(byte[]) - Method in class org.apache.carbondata.converter.SparkDataTypeConverterImpl
 
convertFromDecimalToBigDecimal(Object) - Method in class org.apache.carbondata.converter.SparkDataTypeConverterImpl
 
convertFromStringToByte(Object) - Method in class org.apache.carbondata.converter.SparkDataTypeConverterImpl
 
convertFromStringToDecimal(Object) - Method in class org.apache.carbondata.converter.SparkDataTypeConverterImpl
 
convertFromStringToUTF8String(Object) - Method in class org.apache.carbondata.converter.SparkDataTypeConverterImpl
 

D

dataType(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
dataType(int) - Method in class org.apache.spark.sql.CarbonVectorProxy
 
decodeToBinary(int) - Method in class org.apache.spark.sql.CarbonDictionaryWrapper
 

E

enableReturningBatches() - Method in class org.apache.carbondata.spark.vectorreader.VectorizedCarbonRecordReader
 

G

getArrayLength(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
getArrayLength(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxyWithLazyLoad
 
getArrayOffset(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
getArrayOffset(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxyWithLazyLoad
 
getBoolean(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
getBoolean(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxyWithLazyLoad
 
getByte(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
getByte(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxyWithLazyLoad
 
getColumnarBatch() - Method in class org.apache.spark.sql.CarbonVectorProxy
Returns the row in this batch at `rowId`.
getColumnVector(int) - Method in class org.apache.spark.sql.CarbonVectorProxy
 
getCurrentKey() - Method in class org.apache.carbondata.spark.vectorreader.VectorizedCarbonRecordReader
 
getCurrentValue() - Method in class org.apache.carbondata.spark.vectorreader.VectorizedCarbonRecordReader
 
getDictId(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
getDouble(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
getDouble(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxyWithLazyLoad
 
getFloat(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
getFloat(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxyWithLazyLoad
 
getInt(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
getInt(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxyWithLazyLoad
 
getLong(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
getLong(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxyWithLazyLoad
 
getMaxId() - Method in class org.apache.spark.sql.CarbonDictionaryWrapper
 
getProgress() - Method in class org.apache.carbondata.spark.vectorreader.VectorizedCarbonRecordReader
 
getRow(int) - Method in class org.apache.spark.sql.CarbonVectorProxy
Returns the row in this batch at `rowId`.
getShort(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
getShort(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxyWithLazyLoad
 
getVector() - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 

H

hasDictionary() - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 

I

initBatch(MemoryMode, StructType, InternalRow) - Method in class org.apache.carbondata.spark.vectorreader.VectorizedCarbonRecordReader
Returns the ColumnarBatch object that will be used for all rows returned by this reader.
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.carbondata.spark.vectorreader.VectorizedCarbonRecordReader
Implementation of RecordReader API.
isNullAt(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
isNullAt(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxyWithLazyLoad
 

L

loadBytes(ColumnVector.Array) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 

N

nextKeyValue() - Method in class org.apache.carbondata.spark.vectorreader.VectorizedCarbonRecordReader
 
nullsNativeAddress() - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
numRows() - Method in class org.apache.spark.sql.CarbonVectorProxy
Returns the number of rows for read, including filtered rows.

O

org.apache.carbondata.converter - package org.apache.carbondata.converter
 
org.apache.carbondata.spark.vectorreader - package org.apache.carbondata.spark.vectorreader
 
org.apache.spark.sql - package org.apache.spark.sql
 

P

putAllByteArray(byte[], int, int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
It keeps all binary data of all rows to it.
putArray(int, int, int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putBoolean(int, boolean) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putBooleans(int, int, boolean) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putByte(int, byte) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putByteArray(int, byte[], int, int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putBytes(int, int, byte[], int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putBytes(int, int, byte) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putDictionaryInt(int, int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putDouble(int, double) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putDoubles(int, int, double) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putDoubles(int, int, double[], int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putDoubles(int, int, byte[], int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putFloat(int, float) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putFloats(int, int, float[], int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putFloats(int, int, float) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putFloats(int, int, byte[], int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putInt(int, int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putInts(int, int, int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putInts(int, int, int[], int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putIntsLittleEndian(int, int, byte[], int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putLong(int, long) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putLongs(int, int, long) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putLongs(int, int, long[], int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putLongsLittleEndian(int, int, byte[], int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putNotNull(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putNotNulls(int, int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putNull(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putNulls(int, int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putRowToColumnBatch(int, Object) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putShort(int, short) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putShorts(int, int, short) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
putShorts(int, int, short[], int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 

R

reserve(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
reserveDictionaryIds(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
reserveInternal(int) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
reset() - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
reset() - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxyWithLazyLoad
 
reset() - Method in class org.apache.spark.sql.CarbonVectorProxy
Resets this column for writing.
resetDictionaryIds(int) - Method in class org.apache.spark.sql.CarbonVectorProxy
 

S

setDictionary(CarbonDictionary) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
setLazyPage(LazyPageLoader) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
setLazyPage(LazyPageLoader) - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxyWithLazyLoad
 
setNumRows(int) - Method in class org.apache.spark.sql.CarbonVectorProxy
Sets the number of rows in this batch.
SparkDataTypeConverterImpl - Class in org.apache.carbondata.converter
Convert java data type to spark data type
SparkDataTypeConverterImpl() - Constructor for class org.apache.carbondata.converter.SparkDataTypeConverterImpl
 

U

unwrapGenericRowToObject(Object) - Method in class org.apache.carbondata.converter.SparkDataTypeConverterImpl
 

V

valuesNativeAddress() - Method in class org.apache.spark.sql.CarbonVectorProxy.ColumnVectorProxy
 
VectorizedCarbonRecordReader - Class in org.apache.carbondata.spark.vectorreader
A specialized RecordReader that reads into InternalRows or ColumnarBatches directly using the carbondata column APIs and fills the data directly into columns.
VectorizedCarbonRecordReader(QueryModel, InputMetricsStats, String) - Constructor for class org.apache.carbondata.spark.vectorreader.VectorizedCarbonRecordReader
 

W

wrapWithArrayBasedMapData(Object[], Object[]) - Method in class org.apache.carbondata.converter.SparkDataTypeConverterImpl
 
wrapWithGenericArrayData(Object) - Method in class org.apache.carbondata.converter.SparkDataTypeConverterImpl
 
wrapWithGenericRow(Object[]) - Method in class org.apache.carbondata.converter.SparkDataTypeConverterImpl
 
C D E G H I L N O P R S U V W 
Skip navigation links

Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.