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.
|
default ToLongFunction<RowType> |
timestampFunction()
Returns a function that retrieves timestamps from rows.
|
default ToLongFunction<RowType> timestampFunction()
columnFunction(java.lang.String) and expects it to already contain long-typed
values or nulls. Nulls, if present, will be converted to zeroes.Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.