Package | Description |
---|---|
PrologDB |
Modifier and Type | Method and Description |
---|---|
TupleList |
TupleList.addTuple(Tuple t) |
TupleList |
TupleList.addTuples(TupleList tl) |
TupleList |
TupleList.copy(TableSchema tableSchema)
copy tuple list by copying each tuple on the list and returning the
copied list.
|
TupleList |
TupleList.reverse() |
TupleList |
Table.tuples()
return list of Tuples of this tbl and all of its subtables no projection
is done to ensure that all tuples have exactly and only the columns of
its parents.
|
TupleList |
Table.tuplesLocal()
return only the tuples of this tbl, and none of its subtables Generally
not used; tuples() is preferred
|
Modifier and Type | Method and Description |
---|---|
java.util.function.BiConsumer<TupleList,Table> |
TablesToTable.accumulator() |
java.util.function.BiConsumer<TupleList,Tuple> |
TuplesToTable.accumulator() |
java.util.function.BinaryOperator<TupleList> |
TablesToTable.combiner() |
java.util.function.BinaryOperator<TupleList> |
TuplesToTable.combiner() |
java.util.function.Function<TupleList,Table> |
TablesToTable.finisher() |
java.util.function.Function<TupleList,Table> |
TuplesToTable.finisher() |
java.util.function.Supplier<TupleList> |
TablesToTable.supplier() |
java.util.function.Supplier<TupleList> |
TuplesToTable.supplier() |
Modifier and Type | Method and Description |
---|---|
TupleList |
TupleList.addTuples(TupleList tl) |