public interface RowAdapter<RowType>
| Modifier and Type | Method and Description |
|---|---|
Function<RowType,Object> |
columnFunction(String columnName)
Returns a function that retrieves the value for column "columnName" from rows.
|
ToLongFunction<RowType> |
timestampFunction()
Returns a function that retrieves timestamps from rows.
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.