Class ListBasedInputRowAdapter

java.lang.Object
org.apache.druid.data.input.ListBasedInputRowAdapter
All Implemented Interfaces:
RowAdapter<InputRow>

public class ListBasedInputRowAdapter extends Object implements RowAdapter<InputRow>
Adapter for reading ListBasedInputRow. The RowAdapters.standardRow() would also work, but this one is faster because it avoids per-row field-name-to-index lookups. Must be instantiated with the same RowSignature as the ListBasedInputRow that are to be parsed.