1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
working on MetaPipes and pathEnabled(). Various optimizations to Pipe testing with Paths. More... almost 13 years ago
merged PathPipe and PathFunctionPipe. Added respective test cases. More... almost 13 years ago
renamed Tree methods. More... almost 13 years ago
added more methods to Tree and more test cases in TreeTest. More... almost 13 years ago
Restructed test cases and added Tree and TreeTest for TreePipe. More... almost 13 years ago
more work on TreePipe and added it to PipesPipeline. More... almost 13 years ago
added TreePipe. More... almost 13 years ago
fixed an indexing issues in ExhaustMergePipe. More... almost 13 years ago
Added AbstractMetaPipe with enablePath() method to enables path for all internal pipes. More... almost 13 years ago
Pipe.enablePath() added, Pipe.getPath() renamed to Pipe.getCurrentPath(), and lots of test cases added. More... almost 13 years ago
Pipe.enablePath() added, Pipe.getPath() renamed to Pipe.getCurrentPath(), and lots of test cases added. More... almost 13 years ago
added more test cases for GatherPipe. More work on getPaths() needs to be determined. More... almost 13 years ago
added hardcoded, standard functions to LoopPipe. Nice pattern we will use with other PipeFunction based pipes. More... almost 13 years ago
updated GatherPipe implementation to support looping and a more strict function behavior. More... almost 13 years ago
Bumped to Pipes 1.1 More... almost 13 years ago
release commit for Pipes 1.0. More... almost 13 years ago
updated the toString() method of TablePipe and SelectPipe. More... almost 13 years ago
More work on lazy evaluation within GroupByReducePipe. Added a reduceMap pointer to constructor. Updated pom to support attaching sources and removed all TinkerPop repository references. More... almost 13 years ago
GroupByReducePipe makes use of internal ExpandableMultiIterator to ensure a low memory footprint. More... almost 13 years ago
ScatterPipe can now scatter a map into its entry components. GroupByReducePipe was added to support the full MapReduce pattern. More... almost 13 years ago
updated CHANGELOG.textile. More... almost 13 years ago
optimized imports, added groupBy step to PipesPipeline, and updated CHANGELOG. More... almost 13 years ago
added mairbeks edits. More... almost 13 years ago
added GroupByPipe. More... almost 13 years ago
Added much more JavaDoc to PipesFluentPipeline and removed objectFiler as a step. More... almost 13 years ago
updated the semantics of GroupCountFunctionPipe More... almost 13 years ago
removed the potential for an NPE on toString() of a Pipe. More... almost 13 years ago
made Row a seperate class. Updated SelectPipe to use Row instead of ArrayList. Added Pipes 1.0 logo and updated CHANGELOG.textile.) More... almost 13 years ago
updated pom.xml to support JavaDoc inclusion in jar. More... almost 13 years ago
Updated CHANGELOG. More... almost 13 years ago