| Package | Description |
|---|---|
| com.tinkerpop.pipes.sideeffect | |
| com.tinkerpop.pipes.util | |
| com.tinkerpop.pipes.util.structures |
| Modifier and Type | Method and Description |
|---|---|
Table |
TablePipe.getSideEffect() |
| Constructor and Description |
|---|
TablePipe(Table table,
Collection<String> stepNames,
List<AsPipe> allPreviousAsPipes,
PipeFunction... columnFunctions) |
| Modifier and Type | Method and Description |
|---|---|
PipesPipeline<S,E> |
PipesPipeline.table(Table table)
Deprecated.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.table(Table table)
Deprecated.
Add a TablePipe to the end of the Pipeline.
|
PipesPipeline<S,E> |
PipesPipeline.table(Table table,
Collection<String> stepNames,
PipeFunction... columnFunctions)
Deprecated.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.table(Table table,
Collection<String> stepNames,
PipeFunction... columnFunctions)
Deprecated.
Add a TablePipe to the end of the Pipeline.
|
PipesPipeline<S,E> |
PipesPipeline.table(Table table,
PipeFunction... columnFunctions)
Deprecated.
|
PipesFluentPipeline<S,E> |
PipesFluentPipeline.table(Table table,
PipeFunction... columnFunctions)
Deprecated.
Add a TablePipe to the end of the Pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.apply(PipeFunction... functions) |
static Table |
Table.cloneTableStructure(Table table)
Create a new table with the same column names as provided table
|
Table |
Table.sort()
Sort the rows of the table according to a default comparator
|
Table |
Table.sort(Comparator<Row> comparator)
Sort the rows of the table according to provided comparator
|
Table |
Table.unique()
Filter out duplicates according to a default comparator
|
Table |
Table.unique(Comparator<Row> comparator)
Filter out duplicates according to the provided comparator
|
| Modifier and Type | Method and Description |
|---|---|
static Table |
Table.cloneTableStructure(Table table)
Create a new table with the same column names as provided table
|
Copyright © 2010-2014. All Rights Reserved.