Skip to content

Commit

Permalink
docs for v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
endremborza committed Mar 28, 2023
1 parent 1cdcbb3 commit 19a6be7
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api/parquetranger.DfBatchWriter.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DfBatchWriter
=============

.. currentmodule:: parquetranger

.. autoclass:: DfBatchWriter
:show-inheritance:
29 changes: 29 additions & 0 deletions docs/api/parquetranger.RecordWriter.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
RecordWriter
============

.. currentmodule:: parquetranger

.. autoclass:: RecordWriter
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~RecordWriter.record_limit

.. rubric:: Methods Summary

.. autosummary::

~RecordWriter.add_to_batch
~RecordWriter.writer_function

.. rubric:: Attributes Documentation

.. autoattribute:: record_limit

.. rubric:: Methods Documentation

.. automethod:: add_to_batch
.. automethod:: writer_function
8 changes: 8 additions & 0 deletions docs/api/parquetranger.TableRepo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ TableRepo
~TableRepo.batch_extend
~TableRepo.env_ctx
~TableRepo.extend
~TableRepo.get_extending_df_batch_writer
~TableRepo.get_extending_dict_batch_writer
~TableRepo.get_full_df
~TableRepo.get_partition_paths
~TableRepo.get_replacing_df_batch_writer
~TableRepo.get_replacing_dict_batch_writer
~TableRepo.map_partitions
~TableRepo.purge
~TableRepo.read_df_from_path
Expand All @@ -49,8 +53,12 @@ TableRepo
.. automethod:: batch_extend
.. automethod:: env_ctx
.. automethod:: extend
.. automethod:: get_extending_df_batch_writer
.. automethod:: get_extending_dict_batch_writer
.. automethod:: get_full_df
.. automethod:: get_partition_paths
.. automethod:: get_replacing_df_batch_writer
.. automethod:: get_replacing_dict_batch_writer
.. automethod:: map_partitions
.. automethod:: purge
.. automethod:: read_df_from_path
Expand Down
4 changes: 4 additions & 0 deletions docs/release_notes/v0.4.6.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v0.4.6
---------------------

add batch writers

0 comments on commit 19a6be7

Please sign in to comment.