public static class ValueExtractors.VarBinaryIdValueExtractor extends ValueExtractors.NullableVarBinaryValueExtractor
accessorfieldPath, valueCount| Constructor and Description |
|---|
VarBinaryIdValueExtractor(org.apache.drill.exec.vector.NullableVarBinaryVector.Accessor accessor,
boolean excludeId) |
| 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 VarBinaryIdValueExtractor(org.apache.drill.exec.vector.NullableVarBinaryVector.Accessor accessor,
boolean excludeId)
public void extract(com.mapr.db.rowcol.DBDocumentImpl doc,
int iRow)
ValueExtractorextract in class ValueExtractors.NullableVarBinaryValueExtractordoc - 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.