- getArray(Object[], int) - Static method in class org.apache.carbondata.sdk.file.RowUtil
-
get array data type data by ordinal
- getArrayElementTypeName(int) - Method in class org.apache.carbondata.sdk.file.Schema
-
get array child element data type name by ordinal
- getBoolean(Object[], int) - Static method in class org.apache.carbondata.sdk.file.RowUtil
-
get boolean data type data by ordinal
- getByte(Object[], int) - Static method in class org.apache.carbondata.sdk.file.RowUtil
-
get byte data type data by ordinal
- getCarbonSchemaFromAvroSchema(Schema) - Static method in class org.apache.carbondata.sdk.file.AvroCarbonWriter
-
converts avro schema to carbon schema required by carbonWriter
- getChildren() - Method in class org.apache.carbondata.sdk.file.Field
-
- getColumnComment() - Method in class org.apache.carbondata.sdk.file.Field
-
- getDataType() - Method in class org.apache.carbondata.sdk.file.Field
-
- getDecimal(Object[], int) - Static method in class org.apache.carbondata.sdk.file.RowUtil
-
get decimal data type data by ordinal
This is for C++ SDK
JNI don't support Decimal, so carbon convert decimal to string
- getDouble(Object[], int) - Static method in class org.apache.carbondata.sdk.file.RowUtil
-
get double data type data by ordinal
- getFieldDataTypeName(int) - Method in class org.apache.carbondata.sdk.file.Schema
-
get field data type name by ordinal
- getFieldName() - Method in class org.apache.carbondata.sdk.file.Field
-
- getFieldName(int) - Method in class org.apache.carbondata.sdk.file.Schema
-
get field name by ordinal
- getFields() - Method in class org.apache.carbondata.sdk.file.Schema
-
- getFieldsLength() - Method in class org.apache.carbondata.sdk.file.Schema
-
get fields length of schema
- getFloat(Object[], int) - Static method in class org.apache.carbondata.sdk.file.RowUtil
-
get float data type data by ordinal
- getInt(Object[], int) - Static method in class org.apache.carbondata.sdk.file.RowUtil
-
get int data type data by ordinal
- getLong(Object[], int) - Static method in class org.apache.carbondata.sdk.file.RowUtil
-
get long data type data by ordinal
- getParent() - Method in class org.apache.carbondata.sdk.file.Field
-
- getPrecision() - Method in class org.apache.carbondata.sdk.file.Field
-
- getRawSchema() - Method in class org.apache.carbondata.sdk.file.Field
-
- getScale() - Method in class org.apache.carbondata.sdk.file.Field
-
- getSchemaOrdinal() - Method in class org.apache.carbondata.sdk.file.Field
-
- getShort(Object[], int) - Static method in class org.apache.carbondata.sdk.file.RowUtil
-
get short type data by ordinal
- getStoreType() - Method in class org.apache.carbondata.sdk.file.Field
-
- getString(Object[], int) - Static method in class org.apache.carbondata.sdk.file.RowUtil
-
- getVarchar(Object[], int) - Static method in class org.apache.carbondata.sdk.file.RowUtil
-
get varchar data type data by ordinal
This is for C++ SDK
JNI don't support varchar, so carbon convert decimal to string
- getVersionDetails(String) - Static method in class org.apache.carbondata.sdk.file.CarbonSchemaReader
-
This method return the version details in formatted string by reading from carbondata file
- withAvroInput(Schema) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-
- withBatch(int) - Method in class org.apache.carbondata.sdk.file.CarbonReaderBuilder
-
Sets the batch size of records to read
- withBlockletSize(int) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-
To set the blocklet size of CarbonData file
- withBlockSize(int) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-
To set the carbondata file size in MB between 1MB-2048MB
- withCsvInput(Schema) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-
- withCsvInput(String) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-
- withHadoopConf(Configuration) - Method in class org.apache.carbondata.sdk.file.CarbonReaderBuilder
-
To support hadoop configuration
- withHadoopConf(String, String) - Method in class org.apache.carbondata.sdk.file.CarbonReaderBuilder
-
Updates the hadoop configuration with the given key value
- withHadoopConf(Configuration) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-
To support hadoop configuration
- withHadoopConf(String, String) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-
Updates the hadoop configuration with the given key value
- withJsonInput(Schema) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-
- withLoadOption(String, String) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-
To support the load options for sdk writer
- withLoadOptions(Map<String, String>) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-
To support the load options for sdk writer
- withRowRecordReader() - Method in class org.apache.carbondata.sdk.file.CarbonReaderBuilder
-
Configure Row Record Reader for reading.
- withTableProperties(Map<String, String>) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-
To support the table properties for sdk writer
- withTableProperty(String, String) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-
To support the table properties for sdk writer
- withThreadSafe(short) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-
To make sdk writer thread safe.
- write(Object) - Method in class org.apache.carbondata.sdk.file.AvroCarbonWriter
-
Write single row data, input row is Avro Record
- write(Object) - Method in class org.apache.carbondata.sdk.file.CarbonWriter
-
Write an object to the file, the format of the object depends on the
implementation.
- write(Object) - Method in class org.apache.carbondata.sdk.file.JsonCarbonWriter
-
Write single row data, accepts one row of data as json string
- writeFilesAndVerify(Schema, String) - Static method in class org.apache.carbondata.sdk.file.TestUtil
-
- writeFilesAndVerify(int, Schema, String) - Static method in class org.apache.carbondata.sdk.file.TestUtil
-
write file and verify
- writeFilesAndVerify(int, Schema, String, String[], int, int) - Static method in class org.apache.carbondata.sdk.file.TestUtil
-
Invoke CarbonWriter API to write carbon files and assert the file is rewritten
- writtenBy(String) - Method in class org.apache.carbondata.sdk.file.CarbonWriterBuilder
-