| Modifier and Type | Method and Description | 
|---|---|
ParseSpec | 
AvroStreamInputRowParser.getParseSpec()  | 
ParseSpec | 
AvroHadoopInputRowParser.getParseSpec()  | 
| Modifier and Type | Method and Description | 
|---|---|
ByteBufferInputRowParser | 
ByteBufferInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
ByteBufferInputRowParser | 
AvroStreamInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
InputRowParser | 
AvroHadoopInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
| Constructor and Description | 
|---|
AvroHadoopInputRowParser(ParseSpec parseSpec,
                        Boolean fromPigAvroStorage)  | 
AvroStreamInputRowParser(ParseSpec parseSpec,
                        AvroBytesDecoder avroBytesDecoder)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AvroParseSpec  | 
| Modifier and Type | Method and Description | 
|---|---|
ParseSpec | 
AvroParseSpec.withDimensionsSpec(DimensionsSpec spec)  | 
ParseSpec | 
AvroParseSpec.withTimestampSpec(TimestampSpec spec)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ObjectFlattener<org.apache.avro.generic.GenericRecord> | 
AvroParsers.makeFlattener(ParseSpec parseSpec,
             boolean fromPigAvroStorage,
             boolean binaryAsString)  | 
static List<InputRow> | 
AvroParsers.parseGenericRecord(org.apache.avro.generic.GenericRecord record,
                  ParseSpec parseSpec,
                  ObjectFlattener<org.apache.avro.generic.GenericRecord> avroFlattener)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CSVParseSpec  | 
class  | 
DelimitedParseSpec  | 
class  | 
JavaScriptParseSpec  | 
class  | 
JSONLowercaseParseSpec
Deprecated.  
 | 
class  | 
JSONParseSpec  | 
class  | 
RegexParseSpec  | 
class  | 
TimeAndDimsParseSpec  | 
| Modifier and Type | Method and Description | 
|---|---|
StringInputRowParser | 
StringInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
InputRowParser | 
NoopInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
InputRowParser | 
MapInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
InputRowParser | 
InputRowParser.withParseSpec(ParseSpec parseSpec)  | 
| Constructor and Description | 
|---|
MapInputRowParser(ParseSpec parseSpec)  | 
NoopInputRowParser(ParseSpec parseSpec)  | 
StringInputRowParser(ParseSpec parseSpec)
Deprecated.  
 | 
StringInputRowParser(ParseSpec parseSpec,
                    String encoding)  | 
| Modifier and Type | Method and Description | 
|---|---|
ParseSpec | 
OrcHadoopInputRowParser.getParseSpec()  | 
| Modifier and Type | Method and Description | 
|---|---|
InputRowParser | 
OrcHadoopInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
| Constructor and Description | 
|---|
OrcHadoopInputRowParser(ParseSpec parseSpec,
                       String typeString)  | 
| Modifier and Type | Method and Description | 
|---|---|
ParseSpec | 
ParquetHadoopInputRowParser.getParseSpec()  | 
| Modifier and Type | Method and Description | 
|---|---|
InputRowParser | 
ParquetHadoopInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
| Constructor and Description | 
|---|
ParquetHadoopInputRowParser(ParseSpec parseSpec,
                           Boolean binaryAsString)  | 
| Modifier and Type | Method and Description | 
|---|---|
ParseSpec | 
ProtobufInputRowParser.getParseSpec()  | 
| Modifier and Type | Method and Description | 
|---|---|
ProtobufInputRowParser | 
ProtobufInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
| Constructor and Description | 
|---|
ProtobufInputRowParser(ParseSpec parseSpec,
                      String descriptorFilePath,
                      String protoMessageType)  | 
| Modifier and Type | Method and Description | 
|---|---|
ParseSpec | 
ThriftInputRowParser.getParseSpec()  | 
| Modifier and Type | Method and Description | 
|---|---|
InputRowParser | 
ThriftInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
| Constructor and Description | 
|---|
ThriftInputRowParser(ParseSpec parseSpec,
                    String jarPath,
                    String thriftClassName)  | 
| Modifier and Type | Method and Description | 
|---|---|
ParseSpec | 
HadoopyStringInputRowParser.getParseSpec()  | 
| Modifier and Type | Method and Description | 
|---|---|
InputRowParser | 
HadoopyStringInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
| Constructor and Description | 
|---|
HadoopyStringInputRowParser(ParseSpec parseSpec)  | 
| Modifier and Type | Method and Description | 
|---|---|
ParseSpec | 
IrcInputRowParser.getParseSpec()  | 
| Modifier and Type | Method and Description | 
|---|---|
InputRowParser | 
IrcInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
| Constructor and Description | 
|---|
IrcInputRowParser(ParseSpec parseSpec,
                 IrcDecoder decoder)  | 
| Modifier and Type | Method and Description | 
|---|---|
ParseSpec | 
TransformingInputRowParser.getParseSpec()  | 
| Modifier and Type | Method and Description | 
|---|---|
StringInputRowParser | 
TransformingStringInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
InputRowParser<T> | 
TransformingInputRowParser.withParseSpec(ParseSpec parseSpec)  | 
| Constructor and Description | 
|---|
TransformingStringInputRowParser(ParseSpec parseSpec,
                                String encoding,
                                TransformSpec transformSpec)  | 
Copyright © 2011–2018. All rights reserved.