Class ThriftRecordExtractorConfig
- java.lang.Object
-
- org.apache.pinot.plugin.inputformat.thrift.ThriftRecordExtractorConfig
-
- All Implemented Interfaces:
RecordExtractorConfig
public class ThriftRecordExtractorConfig extends Object implements RecordExtractorConfig
Config forThriftRecordExtractor
-
-
Constructor Summary
Constructors Constructor Description ThriftRecordExtractorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Integer>getFieldIds()voidsetFieldIds(Map<String,Integer> fieldIds)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.pinot.spi.data.readers.RecordExtractorConfig
init
-
-