| Package | Description |
|---|---|
| io.druid.data.input.avro | |
| io.druid.java.util.common.parsers |
| Modifier and Type | Method and Description |
|---|---|
static ObjectFlattener<org.apache.avro.generic.GenericRecord> |
AvroParsers.makeFlattener(ParseSpec parseSpec,
boolean fromPigAvroStorage,
boolean binaryAsString) |
| Modifier and Type | Method and Description |
|---|---|
static List<InputRow> |
AvroParsers.parseGenericRecord(org.apache.avro.generic.GenericRecord record,
ParseSpec parseSpec,
ObjectFlattener<org.apache.avro.generic.GenericRecord> avroFlattener) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ObjectFlattener<T> |
ObjectFlatteners.create(JSONPathSpec flattenSpec,
ObjectFlatteners.FlattenerMaker<T> flattenerMaker) |
Copyright © 2011–2018. All rights reserved.