public static class ValueExtractors.DateValueExtractor extends ValueExtractor
fieldPath, valueCount| Constructor and Description |
|---|
DateValueExtractor(java.lang.String fieldName,
org.apache.drill.exec.vector.DateVector.Accessor accessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
extract(com.mapr.db.rowcol.DBDocumentImpl doc,
int iRow)
Extract the specified value from the ValueVector, and add it to
the document with the fieldName specified at construction time.
|
public DateValueExtractor(java.lang.String fieldName,
org.apache.drill.exec.vector.DateVector.Accessor accessor)
public void extract(com.mapr.db.rowcol.DBDocumentImpl doc,
int iRow)
ValueExtractorextract in class ValueExtractordoc - the document to add the field-value pair toiRow - the index into the value vector; note this has already been
checked against ValueExtractor.valueCount, so there's no need to check it
here.