ddf-project / DDF

Distributed DataFrame: Productivity = Power x Simplicity For Scientists & Engineers, on any Data Engine
http://ddf.io
Apache License 2.0
167 stars 42 forks source link

Add inplace flag to transformrserve methods. #329

Closed ducleminh closed 8 years ago

ducleminh commented 8 years ago

Description and related tickets, documents

Add inplace flag to transformrserve methods, with true to transform the DDF inplace (i.e: existing DDF is modified)

Reviewers: @hai-adatao @nhanitvn @Huandao0812 @phvu

Breaking changes & backward compatible issues

Is this PR a breaking change or has backward compatible issue (e.g: changes in API names, interfaces, signature / remove something...)? If yes, please state out what and tag, and if it can possibly affect BA, please tag aht, tuananh, khangpham and baonguyen

How to test

Describe how this PR is tested. In case manual testing is required, describe how to do so.

PR Progress

Make sure all checkboxes below are checked before merged