| Package | Description |
|---|---|
| org.apache.parquet.cli.csv |
| Modifier and Type | Method and Description |
|---|---|
CSVProperties |
CSVProperties.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.Schema |
AvroCSV.inferNullableSchema(String name,
InputStream incoming,
CSVProperties props) |
static org.apache.avro.Schema |
AvroCSV.inferNullableSchema(String name,
InputStream incoming,
CSVProperties props,
Set<String> requiredFields) |
static org.apache.avro.Schema |
AvroCSV.inferSchema(String name,
InputStream incoming,
CSVProperties props) |
static org.apache.avro.Schema |
AvroCSV.inferSchema(String name,
InputStream incoming,
CSVProperties props,
Set<String> requiredFields) |
| Constructor and Description |
|---|
AvroCSVReader(InputStream stream,
CSVProperties props,
org.apache.avro.Schema schema,
Class<E> type,
boolean reuseRecords) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.