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, toString
classEquals, equals, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
close, getSelectItems, indexOf, iterator, toObjectArrays, toRows
forEach, spliterator
public ScalarFunctionDataSet(List<SelectItem> scalarFunctionSelectItemsToEvaluate, DataSet dataSet)
public boolean next()
DataSet
public List<SelectItem> getScalarFunctionSelectItemsToEvaluate()
public DataSet getWrappedDataSet()
WrappingDataSet
DataSet
that is wrapped by this WrappingDataSet
.getWrappedDataSet
in interface WrappingDataSet
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.