Uses of Interface
org.apache.pinot.spi.data.readers.RecordExtractorConfig
-
Packages that use RecordExtractorConfig Package Description org.apache.pinot.spi.data.readers -
-
Uses of RecordExtractorConfig in org.apache.pinot.spi.data.readers
Methods in org.apache.pinot.spi.data.readers with parameters of type RecordExtractorConfig Modifier and Type Method Description voidRecordExtractor. init(Set<String> fields, RecordExtractorConfig recordExtractorConfig)Initialize the record extractor with its config
-