| Package | Description |
|---|---|
| com.tinkerpop.pipes.transform | |
| com.tinkerpop.pipes.util | |
| com.tinkerpop.pipes.util.structures |
| Modifier and Type | Method and Description |
|---|---|
Row |
SelectPipe.processNextStart() |
| Modifier and Type | Method and Description |
|---|---|
PipesPipeline<S,Row> |
PipesPipeline.select()
Deprecated.
|
PipesFluentPipeline<S,Row> |
PipesFluentPipeline.select()
Deprecated.
Add a SelectPipe to the end of the Pipeline.
|
PipesPipeline<S,Row> |
PipesPipeline.select(Collection<String> stepNames,
PipeFunction... columnFunctions)
Deprecated.
|
PipesFluentPipeline<S,Row> |
PipesFluentPipeline.select(Collection<String> stepNames,
PipeFunction... columnFunctions)
Deprecated.
Add a SelectPipe to the end of the Pipeline.
|
PipesPipeline<S,Row> |
PipesPipeline.select(PipeFunction... columnFunctions)
Deprecated.
|
PipesFluentPipeline<S,Row> |
PipesFluentPipeline.select(PipeFunction... columnFunctions)
Deprecated.
Add a SelectPipe to the end of the Pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
Table.getRow(int row) |
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.sort(Comparator<Row> comparator)
Sort the rows of the table according to provided comparator
|
Table |
Table.unique(Comparator<Row> comparator)
Filter out duplicates according to the provided comparator
|
Copyright © 2010-2014. All Rights Reserved.