public class AvroCSV extends Object
| Constructor and Description |
|---|
AvroCSV() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.Schema |
inferNullableSchema(String name,
InputStream incoming,
CSVProperties props) |
static org.apache.avro.Schema |
inferNullableSchema(String name,
InputStream incoming,
CSVProperties props,
Set<String> requiredFields) |
static org.apache.avro.Schema |
inferSchema(String name,
InputStream incoming,
CSVProperties props) |
static org.apache.avro.Schema |
inferSchema(String name,
InputStream incoming,
CSVProperties props,
Set<String> requiredFields) |
public static org.apache.avro.Schema inferNullableSchema(String name, InputStream incoming, CSVProperties props) throws IOException
IOExceptionpublic static org.apache.avro.Schema inferNullableSchema(String name, InputStream incoming, CSVProperties props, Set<String> requiredFields) throws IOException
IOExceptionpublic static org.apache.avro.Schema inferSchema(String name, InputStream incoming, CSVProperties props) throws IOException
IOExceptionpublic static org.apache.avro.Schema inferSchema(String name, InputStream incoming, CSVProperties props, Set<String> requiredFields) throws IOException
IOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.