Package | Description |
---|---|
alluxio.job.plan.transform | |
alluxio.job.plan.transform.format | |
alluxio.job.plan.transform.format.csv | |
alluxio.job.plan.transform.format.orc |
Modifier and Type | Method and Description |
---|---|
ArrayList<FieldSchema> |
PartitionInfo.getFields() |
Constructor and Description |
---|
PartitionInfo(String serdeClass,
String inputFormatClass,
HashMap<String,String> serdeProperties,
HashMap<String,String> tableProperties,
ArrayList<FieldSchema> fields) |
Modifier and Type | Method and Description |
---|---|
static org.apache.avro.SchemaBuilder.FieldAssembler<org.apache.avro.Schema> |
SchemaConversionUtils.buildConsistentField(org.apache.avro.SchemaBuilder.FieldAssembler<org.apache.avro.Schema> assembler,
FieldSchema field)
Builds the fields that are consistent with
Schema . |
Modifier and Type | Method and Description |
---|---|
static org.apache.avro.Schema |
SchemaConversionUtils.buildWriteSchema(List<FieldSchema> fields)
Builds write schema.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<FieldSchema> |
CsvSchema.getAlluxioSchema() |
Modifier and Type | Method and Description |
---|---|
ArrayList<FieldSchema> |
OrcSchema.getAlluxioSchema() |
Copyright © 2023. All Rights Reserved.