File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4501,7 +4501,8 @@ def set_backend(
4501
4501
4502
4502
def transfer_data () -> BaseQueryCompiler :
4503
4503
"""
4504
- Attempts to transfer data based on this preference order:
4504
+ Attempt to transfer data based on the following preference order.
4505
+
4505
4506
1. The `self._query_compiler.move_to()`, if implemented.
4506
4507
2. Otherwise, tries the other `query_compiler`'s `move_from()` method.
4507
4508
3. If both methods return `NotImplemented`, it falls back to materializing
Original file line number Diff line number Diff line change 78
78
-----
79
79
This method will attempt to use the starting and new backend's move_from or move_to
80
80
methods if the backends implement them. Otherwise, it will
81
+
81
82
1) convert the data in this ``{class_name}`` to a pandas DataFrame in this
82
83
Python process
83
84
2) load the data from pandas to the new backend.
You can’t perform that action at this time.
0 commit comments