public class UnionDataSet extends AbstractDataSet implements WrappingDataSet
DataSet that represents the union of two or more other data sets| Modifier and Type | Method and Description |
|---|---|
Row |
getRow() |
DataSet |
getWrappedDataSet()
Gets the
DataSet that is wrapped by this WrappingDataSet. |
boolean |
next()
Moves forward to the next row.
|
static DataSet |
ofDataSets(DataSetHeader header,
Collection<DataSet> dataSets) |
static DataSet |
ofQueries(DataSetHeader header,
Collection<InvokableQuery> queries) |
close, decorateIdentity, getHeader, getSelectItems, indexOf, iterator, toObjectArrays, toRows, toStringclassEquals, equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitclose, getSelectItems, indexOf, iterator, toObjectArrays, toRowsforEach, spliteratorpublic static DataSet ofQueries(DataSetHeader header, Collection<InvokableQuery> queries)
public static DataSet ofDataSets(DataSetHeader header, Collection<DataSet> dataSets)
public boolean next()
DataSetpublic DataSet getWrappedDataSet()
WrappingDataSetDataSet that is wrapped by this WrappingDataSet.getWrappedDataSet in interface WrappingDataSetCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.