Uses of Class
org.apache.parquet.cli.csv.CSVProperties
-
Packages that use CSVProperties Package Description org.apache.parquet.cli.csv -
-
Uses of CSVProperties in org.apache.parquet.cli.csv
Methods in org.apache.parquet.cli.csv that return CSVProperties Modifier and Type Method Description CSVPropertiesCSVProperties.Builder. build()Methods in org.apache.parquet.cli.csv with parameters of type CSVProperties Modifier and Type Method Description static org.apache.avro.SchemaAvroCSV. inferNullableSchema(String name, InputStream incoming, CSVProperties props)static org.apache.avro.SchemaAvroCSV. inferNullableSchema(String name, InputStream incoming, CSVProperties props, Set<String> requiredFields)static org.apache.avro.SchemaAvroCSV. inferSchema(String name, InputStream incoming, CSVProperties props)static org.apache.avro.SchemaAvroCSV. inferSchema(String name, InputStream incoming, CSVProperties props, Set<String> requiredFields)Constructors in org.apache.parquet.cli.csv with parameters of type CSVProperties Constructor Description AvroCSVReader(InputStream stream, CSVProperties props, org.apache.avro.Schema schema, Class<E> type, boolean reuseRecords)
-