Package | Description |
---|---|
alluxio.job.plan.transform | |
alluxio.job.plan.transform.format.csv |
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 |
---|---|
ArrayList<FieldSchema> |
CsvSchema.getAlluxioSchema() |
Constructor and Description |
---|
CsvSchema(ArrayList<FieldSchema> schema)
CsvReader uses AvroCSVReader to read records from
CSV. |
Copyright © 2023. All Rights Reserved.