public class ScalarFunctionDataSet extends AbstractDataSet implements WrappingDataSet
| Constructor and Description |
|---|
ScalarFunctionDataSet(List<SelectItem> scalarFunctionSelectItemsToEvaluate,
DataSet dataSet) |
| Modifier and Type | Method and Description |
|---|---|
Row |
getRow() |
List<SelectItem> |
getScalarFunctionSelectItemsToEvaluate() |
DataSet |
getWrappedDataSet()
Gets the
DataSet that is wrapped by this WrappingDataSet. |
boolean |
next()
Moves forward to the next row.
|
close, decorateIdentity, getHeader, getSelectItems, indexOf, iterator, toObjectArrays, toRows, toStringclassEquals, equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitclose, getSelectItems, indexOf, iterator, toObjectArrays, toRowsforEach, spliteratorpublic ScalarFunctionDataSet(List<SelectItem> scalarFunctionSelectItemsToEvaluate, DataSet dataSet)
public boolean next()
DataSetpublic List<SelectItem> getScalarFunctionSelectItemsToEvaluate()
public DataSet getWrappedDataSet()
WrappingDataSetDataSet that is wrapped by this WrappingDataSet.getWrappedDataSet in interface WrappingDataSetCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.