Uses of Class
alluxio.job.plan.transform.FieldSchema
-
Packages that use FieldSchema Package Description alluxio.job.plan.transform -
-
Uses of FieldSchema in alluxio.job.plan.transform
Methods in alluxio.job.plan.transform that return types with arguments of type FieldSchema Modifier and Type Method Description java.util.ArrayList<FieldSchema>PartitionInfo. getFields()Constructor parameters in alluxio.job.plan.transform with type arguments of type FieldSchema Constructor Description PartitionInfo(java.lang.String serdeClass, java.lang.String inputFormatClass, java.util.HashMap<java.lang.String,java.lang.String> serdeProperties, java.util.HashMap<java.lang.String,java.lang.String> tableProperties, java.util.ArrayList<FieldSchema> fields)
-