You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/12/23 16:31:49 UTC

[42/51] [partial] arrow-site git commit: Upload nightly docs

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.MemoryMappedFile.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.MemoryMappedFile.rst.txt b/docs/latest/_sources/python/generated/pyarrow.MemoryMappedFile.rst.txt
new file mode 100644
index 0000000..6518204
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.MemoryMappedFile.rst.txt
@@ -0,0 +1,52 @@
+pyarrow.MemoryMappedFile
+========================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: MemoryMappedFile
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~MemoryMappedFile.close
+      ~MemoryMappedFile.create
+      ~MemoryMappedFile.download
+      ~MemoryMappedFile.fileno
+      ~MemoryMappedFile.flush
+      ~MemoryMappedFile.isatty
+      ~MemoryMappedFile.read
+      ~MemoryMappedFile.read1
+      ~MemoryMappedFile.read_buffer
+      ~MemoryMappedFile.readable
+      ~MemoryMappedFile.readall
+      ~MemoryMappedFile.readinto
+      ~MemoryMappedFile.readline
+      ~MemoryMappedFile.readlines
+      ~MemoryMappedFile.resize
+      ~MemoryMappedFile.seek
+      ~MemoryMappedFile.seekable
+      ~MemoryMappedFile.size
+      ~MemoryMappedFile.tell
+      ~MemoryMappedFile.truncate
+      ~MemoryMappedFile.upload
+      ~MemoryMappedFile.writable
+      ~MemoryMappedFile.write
+      ~MemoryMappedFile.writelines
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~MemoryMappedFile.closed
+      ~MemoryMappedFile.mode
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.MemoryPool.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.MemoryPool.rst.txt b/docs/latest/_sources/python/generated/pyarrow.MemoryPool.rst.txt
new file mode 100644
index 0000000..1c77c24
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.MemoryPool.rst.txt
@@ -0,0 +1,23 @@
+pyarrow.MemoryPool
+==================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: MemoryPool
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~MemoryPool.bytes_allocated
+      ~MemoryPool.max_memory
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.Message.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.Message.rst.txt b/docs/latest/_sources/python/generated/pyarrow.Message.rst.txt
new file mode 100644
index 0000000..54282b7
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.Message.rst.txt
@@ -0,0 +1,31 @@
+pyarrow.Message
+===============
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: Message
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Message.equals
+      ~Message.serialize
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~Message.body
+      ~Message.metadata
+      ~Message.type
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.MessageReader.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.MessageReader.rst.txt b/docs/latest/_sources/python/generated/pyarrow.MessageReader.rst.txt
new file mode 100644
index 0000000..3dbe79d
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.MessageReader.rst.txt
@@ -0,0 +1,23 @@
+pyarrow.MessageReader
+=====================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: MessageReader
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~MessageReader.open_stream
+      ~MessageReader.read_next_message
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.NA.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.NA.rst.txt b/docs/latest/_sources/python/generated/pyarrow.NA.rst.txt
new file mode 100644
index 0000000..eb3c46a
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.NA.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.NA
+==========
+
+.. currentmodule:: pyarrow
+
+.. autodata:: NA
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.NativeFile.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.NativeFile.rst.txt b/docs/latest/_sources/python/generated/pyarrow.NativeFile.rst.txt
new file mode 100644
index 0000000..415a705
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.NativeFile.rst.txt
@@ -0,0 +1,50 @@
+pyarrow.NativeFile
+==================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: NativeFile
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~NativeFile.close
+      ~NativeFile.download
+      ~NativeFile.fileno
+      ~NativeFile.flush
+      ~NativeFile.isatty
+      ~NativeFile.read
+      ~NativeFile.read1
+      ~NativeFile.read_buffer
+      ~NativeFile.readable
+      ~NativeFile.readall
+      ~NativeFile.readinto
+      ~NativeFile.readline
+      ~NativeFile.readlines
+      ~NativeFile.seek
+      ~NativeFile.seekable
+      ~NativeFile.size
+      ~NativeFile.tell
+      ~NativeFile.truncate
+      ~NativeFile.upload
+      ~NativeFile.writable
+      ~NativeFile.write
+      ~NativeFile.writelines
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~NativeFile.closed
+      ~NativeFile.mode
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.NullArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.NullArray.rst.txt b/docs/latest/_sources/python/generated/pyarrow.NullArray.rst.txt
new file mode 100644
index 0000000..b892c07
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.NullArray.rst.txt
@@ -0,0 +1,43 @@
+pyarrow.NullArray
+=================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: NullArray
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~NullArray.buffers
+      ~NullArray.cast
+      ~NullArray.dictionary_encode
+      ~NullArray.equals
+      ~NullArray.format
+      ~NullArray.from_buffers
+      ~NullArray.from_pandas
+      ~NullArray.isnull
+      ~NullArray.slice
+      ~NullArray.to_numpy
+      ~NullArray.to_pandas
+      ~NullArray.to_pylist
+      ~NullArray.unique
+      ~NullArray.validate
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~NullArray.null_count
+      ~NullArray.offset
+      ~NullArray.type
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.NumericArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.NumericArray.rst.txt b/docs/latest/_sources/python/generated/pyarrow.NumericArray.rst.txt
new file mode 100644
index 0000000..6776508
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.NumericArray.rst.txt
@@ -0,0 +1,43 @@
+pyarrow.NumericArray
+====================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: NumericArray
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~NumericArray.buffers
+      ~NumericArray.cast
+      ~NumericArray.dictionary_encode
+      ~NumericArray.equals
+      ~NumericArray.format
+      ~NumericArray.from_buffers
+      ~NumericArray.from_pandas
+      ~NumericArray.isnull
+      ~NumericArray.slice
+      ~NumericArray.to_numpy
+      ~NumericArray.to_pandas
+      ~NumericArray.to_pylist
+      ~NumericArray.unique
+      ~NumericArray.validate
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~NumericArray.null_count
+      ~NumericArray.offset
+      ~NumericArray.type
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.OSFile.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.OSFile.rst.txt b/docs/latest/_sources/python/generated/pyarrow.OSFile.rst.txt
new file mode 100644
index 0000000..2c0899d
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.OSFile.rst.txt
@@ -0,0 +1,50 @@
+pyarrow.OSFile
+==============
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: OSFile
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~OSFile.close
+      ~OSFile.download
+      ~OSFile.fileno
+      ~OSFile.flush
+      ~OSFile.isatty
+      ~OSFile.read
+      ~OSFile.read1
+      ~OSFile.read_buffer
+      ~OSFile.readable
+      ~OSFile.readall
+      ~OSFile.readinto
+      ~OSFile.readline
+      ~OSFile.readlines
+      ~OSFile.seek
+      ~OSFile.seekable
+      ~OSFile.size
+      ~OSFile.tell
+      ~OSFile.truncate
+      ~OSFile.upload
+      ~OSFile.writable
+      ~OSFile.write
+      ~OSFile.writelines
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~OSFile.closed
+      ~OSFile.mode
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.PythonFile.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.PythonFile.rst.txt b/docs/latest/_sources/python/generated/pyarrow.PythonFile.rst.txt
new file mode 100644
index 0000000..40cab6d
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.PythonFile.rst.txt
@@ -0,0 +1,50 @@
+pyarrow.PythonFile
+==================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: PythonFile
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~PythonFile.close
+      ~PythonFile.download
+      ~PythonFile.fileno
+      ~PythonFile.flush
+      ~PythonFile.isatty
+      ~PythonFile.read
+      ~PythonFile.read1
+      ~PythonFile.read_buffer
+      ~PythonFile.readable
+      ~PythonFile.readall
+      ~PythonFile.readinto
+      ~PythonFile.readline
+      ~PythonFile.readlines
+      ~PythonFile.seek
+      ~PythonFile.seekable
+      ~PythonFile.size
+      ~PythonFile.tell
+      ~PythonFile.truncate
+      ~PythonFile.upload
+      ~PythonFile.writable
+      ~PythonFile.write
+      ~PythonFile.writelines
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~PythonFile.closed
+      ~PythonFile.mode
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.RecordBatch.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.RecordBatch.rst.txt b/docs/latest/_sources/python/generated/pyarrow.RecordBatch.rst.txt
new file mode 100644
index 0000000..99358d5
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.RecordBatch.rst.txt
@@ -0,0 +1,39 @@
+pyarrow.RecordBatch
+===================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: RecordBatch
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~RecordBatch.column
+      ~RecordBatch.equals
+      ~RecordBatch.from_arrays
+      ~RecordBatch.from_pandas
+      ~RecordBatch.replace_schema_metadata
+      ~RecordBatch.serialize
+      ~RecordBatch.slice
+      ~RecordBatch.to_pandas
+      ~RecordBatch.to_pydict
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~RecordBatch.columns
+      ~RecordBatch.num_columns
+      ~RecordBatch.num_rows
+      ~RecordBatch.schema
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.RecordBatchFileReader.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.RecordBatchFileReader.rst.txt b/docs/latest/_sources/python/generated/pyarrow.RecordBatchFileReader.rst.txt
new file mode 100644
index 0000000..e309ac4
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.RecordBatchFileReader.rst.txt
@@ -0,0 +1,33 @@
+pyarrow.RecordBatchFileReader
+=============================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: RecordBatchFileReader
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~RecordBatchFileReader.__init__
+      ~RecordBatchFileReader.get_batch
+      ~RecordBatchFileReader.get_record_batch
+      ~RecordBatchFileReader.read_all
+      ~RecordBatchFileReader.read_pandas
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~RecordBatchFileReader.num_record_batches
+      ~RecordBatchFileReader.schema
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.RecordBatchFileWriter.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.RecordBatchFileWriter.rst.txt b/docs/latest/_sources/python/generated/pyarrow.RecordBatchFileWriter.rst.txt
new file mode 100644
index 0000000..e079665
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.RecordBatchFileWriter.rst.txt
@@ -0,0 +1,26 @@
+pyarrow.RecordBatchFileWriter
+=============================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: RecordBatchFileWriter
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~RecordBatchFileWriter.__init__
+      ~RecordBatchFileWriter.close
+      ~RecordBatchFileWriter.write
+      ~RecordBatchFileWriter.write_batch
+      ~RecordBatchFileWriter.write_table
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.RecordBatchStreamReader.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.RecordBatchStreamReader.rst.txt b/docs/latest/_sources/python/generated/pyarrow.RecordBatchStreamReader.rst.txt
new file mode 100644
index 0000000..6c938b1
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.RecordBatchStreamReader.rst.txt
@@ -0,0 +1,32 @@
+pyarrow.RecordBatchStreamReader
+===============================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: RecordBatchStreamReader
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~RecordBatchStreamReader.__init__
+      ~RecordBatchStreamReader.get_next_batch
+      ~RecordBatchStreamReader.read_all
+      ~RecordBatchStreamReader.read_next_batch
+      ~RecordBatchStreamReader.read_pandas
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~RecordBatchStreamReader.schema
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.RecordBatchStreamWriter.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.RecordBatchStreamWriter.rst.txt b/docs/latest/_sources/python/generated/pyarrow.RecordBatchStreamWriter.rst.txt
new file mode 100644
index 0000000..e86ebc2
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.RecordBatchStreamWriter.rst.txt
@@ -0,0 +1,26 @@
+pyarrow.RecordBatchStreamWriter
+===============================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: RecordBatchStreamWriter
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~RecordBatchStreamWriter.__init__
+      ~RecordBatchStreamWriter.close
+      ~RecordBatchStreamWriter.write
+      ~RecordBatchStreamWriter.write_batch
+      ~RecordBatchStreamWriter.write_table
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.ResizableBuffer.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.ResizableBuffer.rst.txt b/docs/latest/_sources/python/generated/pyarrow.ResizableBuffer.rst.txt
new file mode 100644
index 0000000..9712446
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.ResizableBuffer.rst.txt
@@ -0,0 +1,34 @@
+pyarrow.ResizableBuffer
+=======================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: ResizableBuffer
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~ResizableBuffer.equals
+      ~ResizableBuffer.resize
+      ~ResizableBuffer.slice
+      ~ResizableBuffer.to_pybytes
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~ResizableBuffer.address
+      ~ResizableBuffer.is_mutable
+      ~ResizableBuffer.parent
+      ~ResizableBuffer.size
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.Scalar.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.Scalar.rst.txt b/docs/latest/_sources/python/generated/pyarrow.Scalar.rst.txt
new file mode 100644
index 0000000..93401dd
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.Scalar.rst.txt
@@ -0,0 +1,16 @@
+pyarrow.Scalar
+==============
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: Scalar
+
+   
+   .. automethod:: __init__
+
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.Schema.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.Schema.rst.txt b/docs/latest/_sources/python/generated/pyarrow.Schema.rst.txt
new file mode 100644
index 0000000..23191b7
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.Schema.rst.txt
@@ -0,0 +1,41 @@
+pyarrow.Schema
+==============
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: Schema
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Schema.add_metadata
+      ~Schema.append
+      ~Schema.empty_table
+      ~Schema.equals
+      ~Schema.field_by_name
+      ~Schema.from_pandas
+      ~Schema.get_field_index
+      ~Schema.insert
+      ~Schema.remove
+      ~Schema.remove_metadata
+      ~Schema.serialize
+      ~Schema.set
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~Schema.metadata
+      ~Schema.names
+      ~Schema.types
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.SerializationContext.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.SerializationContext.rst.txt b/docs/latest/_sources/python/generated/pyarrow.SerializationContext.rst.txt
new file mode 100644
index 0000000..db26983
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.SerializationContext.rst.txt
@@ -0,0 +1,28 @@
+pyarrow.SerializationContext
+============================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: SerializationContext
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~SerializationContext.clone
+      ~SerializationContext.deserialize
+      ~SerializationContext.deserialize_components
+      ~SerializationContext.register_type
+      ~SerializationContext.serialize
+      ~SerializationContext.serialize_to
+      ~SerializationContext.set_pickle
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.SerializedPyObject.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.SerializedPyObject.rst.txt b/docs/latest/_sources/python/generated/pyarrow.SerializedPyObject.rst.txt
new file mode 100644
index 0000000..f8cdbe3
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.SerializedPyObject.rst.txt
@@ -0,0 +1,33 @@
+pyarrow.SerializedPyObject
+==========================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: SerializedPyObject
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~SerializedPyObject.deserialize
+      ~SerializedPyObject.from_components
+      ~SerializedPyObject.to_buffer
+      ~SerializedPyObject.to_components
+      ~SerializedPyObject.write_to
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~SerializedPyObject.base
+      ~SerializedPyObject.total_bytes
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.StringArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.StringArray.rst.txt b/docs/latest/_sources/python/generated/pyarrow.StringArray.rst.txt
new file mode 100644
index 0000000..13835b3
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.StringArray.rst.txt
@@ -0,0 +1,43 @@
+pyarrow.StringArray
+===================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: StringArray
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~StringArray.buffers
+      ~StringArray.cast
+      ~StringArray.dictionary_encode
+      ~StringArray.equals
+      ~StringArray.format
+      ~StringArray.from_buffers
+      ~StringArray.from_pandas
+      ~StringArray.isnull
+      ~StringArray.slice
+      ~StringArray.to_numpy
+      ~StringArray.to_pandas
+      ~StringArray.to_pylist
+      ~StringArray.unique
+      ~StringArray.validate
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~StringArray.null_count
+      ~StringArray.offset
+      ~StringArray.type
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.StringValue.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.StringValue.rst.txt b/docs/latest/_sources/python/generated/pyarrow.StringValue.rst.txt
new file mode 100644
index 0000000..a20b7c9
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.StringValue.rst.txt
@@ -0,0 +1,22 @@
+pyarrow.StringValue
+===================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: StringValue
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~StringValue.as_py
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.Table.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.Table.rst.txt b/docs/latest/_sources/python/generated/pyarrow.Table.rst.txt
new file mode 100644
index 0000000..1d76077
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.Table.rst.txt
@@ -0,0 +1,48 @@
+pyarrow.Table
+=============
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: Table
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Table.add_column
+      ~Table.append_column
+      ~Table.cast
+      ~Table.column
+      ~Table.drop
+      ~Table.equals
+      ~Table.flatten
+      ~Table.from_arrays
+      ~Table.from_batches
+      ~Table.from_pandas
+      ~Table.itercolumns
+      ~Table.remove_column
+      ~Table.replace_schema_metadata
+      ~Table.set_column
+      ~Table.to_batches
+      ~Table.to_pandas
+      ~Table.to_pydict
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~Table.columns
+      ~Table.num_columns
+      ~Table.num_rows
+      ~Table.schema
+      ~Table.shape
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.Tensor.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.Tensor.rst.txt b/docs/latest/_sources/python/generated/pyarrow.Tensor.rst.txt
new file mode 100644
index 0000000..334478a
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.Tensor.rst.txt
@@ -0,0 +1,36 @@
+pyarrow.Tensor
+==============
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: Tensor
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Tensor.equals
+      ~Tensor.from_numpy
+      ~Tensor.to_numpy
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~Tensor.is_contiguous
+      ~Tensor.is_mutable
+      ~Tensor.ndim
+      ~Tensor.shape
+      ~Tensor.size
+      ~Tensor.strides
+      ~Tensor.type
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.Time32Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.Time32Array.rst.txt b/docs/latest/_sources/python/generated/pyarrow.Time32Array.rst.txt
new file mode 100644
index 0000000..8e64b8f
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.Time32Array.rst.txt
@@ -0,0 +1,43 @@
+pyarrow.Time32Array
+===================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: Time32Array
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Time32Array.buffers
+      ~Time32Array.cast
+      ~Time32Array.dictionary_encode
+      ~Time32Array.equals
+      ~Time32Array.format
+      ~Time32Array.from_buffers
+      ~Time32Array.from_pandas
+      ~Time32Array.isnull
+      ~Time32Array.slice
+      ~Time32Array.to_numpy
+      ~Time32Array.to_pandas
+      ~Time32Array.to_pylist
+      ~Time32Array.unique
+      ~Time32Array.validate
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~Time32Array.null_count
+      ~Time32Array.offset
+      ~Time32Array.type
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.Time64Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.Time64Array.rst.txt b/docs/latest/_sources/python/generated/pyarrow.Time64Array.rst.txt
new file mode 100644
index 0000000..4e89c3a
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.Time64Array.rst.txt
@@ -0,0 +1,43 @@
+pyarrow.Time64Array
+===================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: Time64Array
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Time64Array.buffers
+      ~Time64Array.cast
+      ~Time64Array.dictionary_encode
+      ~Time64Array.equals
+      ~Time64Array.format
+      ~Time64Array.from_buffers
+      ~Time64Array.from_pandas
+      ~Time64Array.isnull
+      ~Time64Array.slice
+      ~Time64Array.to_numpy
+      ~Time64Array.to_pandas
+      ~Time64Array.to_pylist
+      ~Time64Array.unique
+      ~Time64Array.validate
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~Time64Array.null_count
+      ~Time64Array.offset
+      ~Time64Array.type
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.TimestampArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.TimestampArray.rst.txt b/docs/latest/_sources/python/generated/pyarrow.TimestampArray.rst.txt
new file mode 100644
index 0000000..35632bf
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.TimestampArray.rst.txt
@@ -0,0 +1,43 @@
+pyarrow.TimestampArray
+======================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: TimestampArray
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~TimestampArray.buffers
+      ~TimestampArray.cast
+      ~TimestampArray.dictionary_encode
+      ~TimestampArray.equals
+      ~TimestampArray.format
+      ~TimestampArray.from_buffers
+      ~TimestampArray.from_pandas
+      ~TimestampArray.isnull
+      ~TimestampArray.slice
+      ~TimestampArray.to_numpy
+      ~TimestampArray.to_pandas
+      ~TimestampArray.to_pylist
+      ~TimestampArray.unique
+      ~TimestampArray.validate
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~TimestampArray.null_count
+      ~TimestampArray.offset
+      ~TimestampArray.type
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.TimestampValue.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.TimestampValue.rst.txt b/docs/latest/_sources/python/generated/pyarrow.TimestampValue.rst.txt
new file mode 100644
index 0000000..f8fb2b9
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.TimestampValue.rst.txt
@@ -0,0 +1,28 @@
+pyarrow.TimestampValue
+======================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: TimestampValue
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~TimestampValue.as_py
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~TimestampValue.value
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.UInt16Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.UInt16Array.rst.txt b/docs/latest/_sources/python/generated/pyarrow.UInt16Array.rst.txt
new file mode 100644
index 0000000..fdfcef6
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.UInt16Array.rst.txt
@@ -0,0 +1,43 @@
+pyarrow.UInt16Array
+===================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: UInt16Array
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~UInt16Array.buffers
+      ~UInt16Array.cast
+      ~UInt16Array.dictionary_encode
+      ~UInt16Array.equals
+      ~UInt16Array.format
+      ~UInt16Array.from_buffers
+      ~UInt16Array.from_pandas
+      ~UInt16Array.isnull
+      ~UInt16Array.slice
+      ~UInt16Array.to_numpy
+      ~UInt16Array.to_pandas
+      ~UInt16Array.to_pylist
+      ~UInt16Array.unique
+      ~UInt16Array.validate
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~UInt16Array.null_count
+      ~UInt16Array.offset
+      ~UInt16Array.type
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.UInt16Value.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.UInt16Value.rst.txt b/docs/latest/_sources/python/generated/pyarrow.UInt16Value.rst.txt
new file mode 100644
index 0000000..96607e5
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.UInt16Value.rst.txt
@@ -0,0 +1,22 @@
+pyarrow.UInt16Value
+===================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: UInt16Value
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~UInt16Value.as_py
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.UInt32Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.UInt32Array.rst.txt b/docs/latest/_sources/python/generated/pyarrow.UInt32Array.rst.txt
new file mode 100644
index 0000000..6f1f017
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.UInt32Array.rst.txt
@@ -0,0 +1,43 @@
+pyarrow.UInt32Array
+===================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: UInt32Array
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~UInt32Array.buffers
+      ~UInt32Array.cast
+      ~UInt32Array.dictionary_encode
+      ~UInt32Array.equals
+      ~UInt32Array.format
+      ~UInt32Array.from_buffers
+      ~UInt32Array.from_pandas
+      ~UInt32Array.isnull
+      ~UInt32Array.slice
+      ~UInt32Array.to_numpy
+      ~UInt32Array.to_pandas
+      ~UInt32Array.to_pylist
+      ~UInt32Array.unique
+      ~UInt32Array.validate
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~UInt32Array.null_count
+      ~UInt32Array.offset
+      ~UInt32Array.type
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.UInt32Value.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.UInt32Value.rst.txt b/docs/latest/_sources/python/generated/pyarrow.UInt32Value.rst.txt
new file mode 100644
index 0000000..ba4d84c
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.UInt32Value.rst.txt
@@ -0,0 +1,22 @@
+pyarrow.UInt32Value
+===================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: UInt32Value
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~UInt32Value.as_py
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.UInt64Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.UInt64Array.rst.txt b/docs/latest/_sources/python/generated/pyarrow.UInt64Array.rst.txt
new file mode 100644
index 0000000..14f911d
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.UInt64Array.rst.txt
@@ -0,0 +1,43 @@
+pyarrow.UInt64Array
+===================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: UInt64Array
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~UInt64Array.buffers
+      ~UInt64Array.cast
+      ~UInt64Array.dictionary_encode
+      ~UInt64Array.equals
+      ~UInt64Array.format
+      ~UInt64Array.from_buffers
+      ~UInt64Array.from_pandas
+      ~UInt64Array.isnull
+      ~UInt64Array.slice
+      ~UInt64Array.to_numpy
+      ~UInt64Array.to_pandas
+      ~UInt64Array.to_pylist
+      ~UInt64Array.unique
+      ~UInt64Array.validate
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~UInt64Array.null_count
+      ~UInt64Array.offset
+      ~UInt64Array.type
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.UInt64Value.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.UInt64Value.rst.txt b/docs/latest/_sources/python/generated/pyarrow.UInt64Value.rst.txt
new file mode 100644
index 0000000..8eb31e0
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.UInt64Value.rst.txt
@@ -0,0 +1,22 @@
+pyarrow.UInt64Value
+===================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: UInt64Value
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~UInt64Value.as_py
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.UInt8Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.UInt8Array.rst.txt b/docs/latest/_sources/python/generated/pyarrow.UInt8Array.rst.txt
new file mode 100644
index 0000000..aec9b77
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.UInt8Array.rst.txt
@@ -0,0 +1,43 @@
+pyarrow.UInt8Array
+==================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: UInt8Array
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~UInt8Array.buffers
+      ~UInt8Array.cast
+      ~UInt8Array.dictionary_encode
+      ~UInt8Array.equals
+      ~UInt8Array.format
+      ~UInt8Array.from_buffers
+      ~UInt8Array.from_pandas
+      ~UInt8Array.isnull
+      ~UInt8Array.slice
+      ~UInt8Array.to_numpy
+      ~UInt8Array.to_pandas
+      ~UInt8Array.to_pylist
+      ~UInt8Array.unique
+      ~UInt8Array.validate
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~UInt8Array.null_count
+      ~UInt8Array.offset
+      ~UInt8Array.type
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.UInt8Value.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.UInt8Value.rst.txt b/docs/latest/_sources/python/generated/pyarrow.UInt8Value.rst.txt
new file mode 100644
index 0000000..63a4dd2
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.UInt8Value.rst.txt
@@ -0,0 +1,22 @@
+pyarrow.UInt8Value
+==================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: UInt8Value
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~UInt8Value.as_py
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.allocate_buffer.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.allocate_buffer.rst.txt b/docs/latest/_sources/python/generated/pyarrow.allocate_buffer.rst.txt
new file mode 100644
index 0000000..c87959b
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.allocate_buffer.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.allocate\_buffer
+========================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: allocate_buffer
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.binary.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.binary.rst.txt b/docs/latest/_sources/python/generated/pyarrow.binary.rst.txt
new file mode 100644
index 0000000..db58574
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.binary.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.binary
+==============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: binary
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.bool_.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.bool_.rst.txt b/docs/latest/_sources/python/generated/pyarrow.bool_.rst.txt
new file mode 100644
index 0000000..89278a5
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.bool_.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.bool\_
+==============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: bool_
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.chunked_array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.chunked_array.rst.txt b/docs/latest/_sources/python/generated/pyarrow.chunked_array.rst.txt
new file mode 100644
index 0000000..2a4467d
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.chunked_array.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.chunked\_array
+======================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: chunked_array
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.compress.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.compress.rst.txt b/docs/latest/_sources/python/generated/pyarrow.compress.rst.txt
new file mode 100644
index 0000000..4dbed1e
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.compress.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.compress
+================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: compress
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.concat_tables.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.concat_tables.rst.txt b/docs/latest/_sources/python/generated/pyarrow.concat_tables.rst.txt
new file mode 100644
index 0000000..14a0605
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.concat_tables.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.concat\_tables
+======================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: concat_tables
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.cpu_count.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.cpu_count.rst.txt b/docs/latest/_sources/python/generated/pyarrow.cpu_count.rst.txt
new file mode 100644
index 0000000..f5582a5
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.cpu_count.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.cpu\_count
+==================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: cpu_count
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.create_memory_map.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.create_memory_map.rst.txt b/docs/latest/_sources/python/generated/pyarrow.create_memory_map.rst.txt
new file mode 100644
index 0000000..d00841f
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.create_memory_map.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.create\_memory\_map
+===========================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: create_memory_map
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.csv.ConvertOptions.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.csv.ConvertOptions.rst.txt b/docs/latest/_sources/python/generated/pyarrow.csv.ConvertOptions.rst.txt
new file mode 100644
index 0000000..3f814c5
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.csv.ConvertOptions.rst.txt
@@ -0,0 +1,23 @@
+pyarrow.csv.ConvertOptions
+==========================
+
+.. currentmodule:: pyarrow.csv
+
+.. autoclass:: ConvertOptions
+
+   
+   .. automethod:: __init__
+
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~ConvertOptions.check_utf8
+      ~ConvertOptions.column_types
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.csv.ParseOptions.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.csv.ParseOptions.rst.txt b/docs/latest/_sources/python/generated/pyarrow.csv.ParseOptions.rst.txt
new file mode 100644
index 0000000..d1de415
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.csv.ParseOptions.rst.txt
@@ -0,0 +1,28 @@
+pyarrow.csv.ParseOptions
+========================
+
+.. currentmodule:: pyarrow.csv
+
+.. autoclass:: ParseOptions
+
+   
+   .. automethod:: __init__
+
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~ParseOptions.delimiter
+      ~ParseOptions.double_quote
+      ~ParseOptions.escape_char
+      ~ParseOptions.header_rows
+      ~ParseOptions.ignore_empty_lines
+      ~ParseOptions.newlines_in_values
+      ~ParseOptions.quote_char
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.csv.ReadOptions.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.csv.ReadOptions.rst.txt b/docs/latest/_sources/python/generated/pyarrow.csv.ReadOptions.rst.txt
new file mode 100644
index 0000000..2aae594
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.csv.ReadOptions.rst.txt
@@ -0,0 +1,23 @@
+pyarrow.csv.ReadOptions
+=======================
+
+.. currentmodule:: pyarrow.csv
+
+.. autoclass:: ReadOptions
+
+   
+   .. automethod:: __init__
+
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~ReadOptions.block_size
+      ~ReadOptions.use_threads
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.csv.read_csv.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.csv.read_csv.rst.txt b/docs/latest/_sources/python/generated/pyarrow.csv.read_csv.rst.txt
new file mode 100644
index 0000000..cdf90f1
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.csv.read_csv.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.csv.read\_csv
+=====================
+
+.. currentmodule:: pyarrow.csv
+
+.. autofunction:: read_csv
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.date32.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.date32.rst.txt b/docs/latest/_sources/python/generated/pyarrow.date32.rst.txt
new file mode 100644
index 0000000..59920f6
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.date32.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.date32
+==============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: date32
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.date64.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.date64.rst.txt b/docs/latest/_sources/python/generated/pyarrow.date64.rst.txt
new file mode 100644
index 0000000..8eae34f
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.date64.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.date64
+==============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: date64
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.decimal128.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.decimal128.rst.txt b/docs/latest/_sources/python/generated/pyarrow.decimal128.rst.txt
new file mode 100644
index 0000000..61cefcc
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.decimal128.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.decimal128
+==================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: decimal128
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.decompress.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.decompress.rst.txt b/docs/latest/_sources/python/generated/pyarrow.decompress.rst.txt
new file mode 100644
index 0000000..21d6c32
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.decompress.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.decompress
+==================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: decompress
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.default_memory_pool.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.default_memory_pool.rst.txt b/docs/latest/_sources/python/generated/pyarrow.default_memory_pool.rst.txt
new file mode 100644
index 0000000..c20d63f
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.default_memory_pool.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.default\_memory\_pool
+=============================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: default_memory_pool
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.deserialize.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.deserialize.rst.txt b/docs/latest/_sources/python/generated/pyarrow.deserialize.rst.txt
new file mode 100644
index 0000000..8d60086
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.deserialize.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.deserialize
+===================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: deserialize
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.deserialize_components.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.deserialize_components.rst.txt b/docs/latest/_sources/python/generated/pyarrow.deserialize_components.rst.txt
new file mode 100644
index 0000000..4b7a5a7
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.deserialize_components.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.deserialize\_components
+===============================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: deserialize_components
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.deserialize_from.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.deserialize_from.rst.txt b/docs/latest/_sources/python/generated/pyarrow.deserialize_from.rst.txt
new file mode 100644
index 0000000..5439aa9
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.deserialize_from.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.deserialize\_from
+=========================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: deserialize_from
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.dictionary.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.dictionary.rst.txt b/docs/latest/_sources/python/generated/pyarrow.dictionary.rst.txt
new file mode 100644
index 0000000..9588fee
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.dictionary.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.dictionary
+==================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: dictionary
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.feather.read_feather.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.feather.read_feather.rst.txt b/docs/latest/_sources/python/generated/pyarrow.feather.read_feather.rst.txt
new file mode 100644
index 0000000..08bb898
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.feather.read_feather.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.feather.read\_feather
+=============================
+
+.. currentmodule:: pyarrow.feather
+
+.. autofunction:: read_feather
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.feather.write_feather.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.feather.write_feather.rst.txt b/docs/latest/_sources/python/generated/pyarrow.feather.write_feather.rst.txt
new file mode 100644
index 0000000..d2e44d0
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.feather.write_feather.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.feather.write\_feather
+==============================
+
+.. currentmodule:: pyarrow.feather
+
+.. autofunction:: write_feather
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.float16.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.float16.rst.txt b/docs/latest/_sources/python/generated/pyarrow.float16.rst.txt
new file mode 100644
index 0000000..fbb8388
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.float16.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.float16
+===============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: float16
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.float32.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.float32.rst.txt b/docs/latest/_sources/python/generated/pyarrow.float32.rst.txt
new file mode 100644
index 0000000..bb3f22e
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.float32.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.float32
+===============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: float32
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.float64.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.float64.rst.txt b/docs/latest/_sources/python/generated/pyarrow.float64.rst.txt
new file mode 100644
index 0000000..6b3d706
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.float64.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.float64
+===============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: float64
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.foreign_buffer.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.foreign_buffer.rst.txt b/docs/latest/_sources/python/generated/pyarrow.foreign_buffer.rst.txt
new file mode 100644
index 0000000..1156a43
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.foreign_buffer.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.foreign\_buffer
+=======================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: foreign_buffer
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.from_numpy_dtype.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.from_numpy_dtype.rst.txt b/docs/latest/_sources/python/generated/pyarrow.from_numpy_dtype.rst.txt
new file mode 100644
index 0000000..9579c52
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.from_numpy_dtype.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.from\_numpy\_dtype
+==========================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: from_numpy_dtype
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.get_include.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.get_include.rst.txt b/docs/latest/_sources/python/generated/pyarrow.get_include.rst.txt
new file mode 100644
index 0000000..ee604b2
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.get_include.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.get\_include
+====================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: get_include
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.get_libraries.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.get_libraries.rst.txt b/docs/latest/_sources/python/generated/pyarrow.get_libraries.rst.txt
new file mode 100644
index 0000000..ff0e1d8
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.get_libraries.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.get\_libraries
+======================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: get_libraries
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.get_library_dirs.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.get_library_dirs.rst.txt b/docs/latest/_sources/python/generated/pyarrow.get_library_dirs.rst.txt
new file mode 100644
index 0000000..395542f
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.get_library_dirs.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.get\_library\_dirs
+==========================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: get_library_dirs
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.get_record_batch_size.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.get_record_batch_size.rst.txt b/docs/latest/_sources/python/generated/pyarrow.get_record_batch_size.rst.txt
new file mode 100644
index 0000000..4eaa262
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.get_record_batch_size.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.get\_record\_batch\_size
+================================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: get_record_batch_size
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.get_tensor_size.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.get_tensor_size.rst.txt b/docs/latest/_sources/python/generated/pyarrow.get_tensor_size.rst.txt
new file mode 100644
index 0000000..24c4f1e
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.get_tensor_size.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.get\_tensor\_size
+=========================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: get_tensor_size
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.hdfs.connect.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.hdfs.connect.rst.txt b/docs/latest/_sources/python/generated/pyarrow.hdfs.connect.rst.txt
new file mode 100644
index 0000000..7b47590
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.hdfs.connect.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.hdfs.connect
+====================
+
+.. currentmodule:: pyarrow.hdfs
+
+.. autofunction:: connect
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.input_stream.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.input_stream.rst.txt b/docs/latest/_sources/python/generated/pyarrow.input_stream.rst.txt
new file mode 100644
index 0000000..a506a82
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.input_stream.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.input\_stream
+=====================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: input_stream
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.int16.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.int16.rst.txt b/docs/latest/_sources/python/generated/pyarrow.int16.rst.txt
new file mode 100644
index 0000000..c14333e
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.int16.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.int16
+=============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: int16
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.int32.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.int32.rst.txt b/docs/latest/_sources/python/generated/pyarrow.int32.rst.txt
new file mode 100644
index 0000000..e032221
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.int32.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.int32
+=============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: int32
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.int64.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.int64.rst.txt b/docs/latest/_sources/python/generated/pyarrow.int64.rst.txt
new file mode 100644
index 0000000..58a8a41
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.int64.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.int64
+=============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: int64
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.int8.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.int8.rst.txt b/docs/latest/_sources/python/generated/pyarrow.int8.rst.txt
new file mode 100644
index 0000000..36b9e88
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.int8.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.int8
+============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: int8
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.ipc.open_file.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.ipc.open_file.rst.txt b/docs/latest/_sources/python/generated/pyarrow.ipc.open_file.rst.txt
new file mode 100644
index 0000000..abef810
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.ipc.open_file.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.ipc.open\_file
+======================
+
+.. currentmodule:: pyarrow.ipc
+
+.. autofunction:: open_file
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.ipc.open_stream.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.ipc.open_stream.rst.txt b/docs/latest/_sources/python/generated/pyarrow.ipc.open_stream.rst.txt
new file mode 100644
index 0000000..e7fd43a
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.ipc.open_stream.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.ipc.open\_stream
+========================
+
+.. currentmodule:: pyarrow.ipc
+
+.. autofunction:: open_stream
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.list_.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.list_.rst.txt b/docs/latest/_sources/python/generated/pyarrow.list_.rst.txt
new file mode 100644
index 0000000..4d57cbb
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.list_.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.list\_
+==============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: list_
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.log_memory_allocations.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.log_memory_allocations.rst.txt b/docs/latest/_sources/python/generated/pyarrow.log_memory_allocations.rst.txt
new file mode 100644
index 0000000..cb52e86
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.log_memory_allocations.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.log\_memory\_allocations
+================================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: log_memory_allocations
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.memory_map.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.memory_map.rst.txt b/docs/latest/_sources/python/generated/pyarrow.memory_map.rst.txt
new file mode 100644
index 0000000..b737334
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.memory_map.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.memory\_map
+===================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: memory_map
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.null.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.null.rst.txt b/docs/latest/_sources/python/generated/pyarrow.null.rst.txt
new file mode 100644
index 0000000..cadbb43
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.null.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.null
+============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: null
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.open_file.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.open_file.rst.txt b/docs/latest/_sources/python/generated/pyarrow.open_file.rst.txt
new file mode 100644
index 0000000..e8f0ca4
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.open_file.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.open\_file
+==================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: open_file
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.open_stream.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.open_stream.rst.txt b/docs/latest/_sources/python/generated/pyarrow.open_stream.rst.txt
new file mode 100644
index 0000000..c5cc710
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.open_stream.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.open\_stream
+====================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: open_stream
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.output_stream.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.output_stream.rst.txt b/docs/latest/_sources/python/generated/pyarrow.output_stream.rst.txt
new file mode 100644
index 0000000..1c2ea04
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.output_stream.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.output\_stream
+======================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: output_stream
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.parquet.ParquetDataset.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.parquet.ParquetDataset.rst.txt b/docs/latest/_sources/python/generated/pyarrow.parquet.ParquetDataset.rst.txt
new file mode 100644
index 0000000..3aae660
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.parquet.ParquetDataset.rst.txt
@@ -0,0 +1,25 @@
+pyarrow.parquet.ParquetDataset
+==============================
+
+.. currentmodule:: pyarrow.parquet
+
+.. autoclass:: ParquetDataset
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~ParquetDataset.__init__
+      ~ParquetDataset.read
+      ~ParquetDataset.read_pandas
+      ~ParquetDataset.validate_schemas
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.parquet.ParquetFile.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.parquet.ParquetFile.rst.txt b/docs/latest/_sources/python/generated/pyarrow.parquet.ParquetFile.rst.txt
new file mode 100644
index 0000000..5d4ac28
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.parquet.ParquetFile.rst.txt
@@ -0,0 +1,33 @@
+pyarrow.parquet.ParquetFile
+===========================
+
+.. currentmodule:: pyarrow.parquet
+
+.. autoclass:: ParquetFile
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~ParquetFile.__init__
+      ~ParquetFile.read
+      ~ParquetFile.read_row_group
+      ~ParquetFile.scan_contents
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~ParquetFile.metadata
+      ~ParquetFile.num_row_groups
+      ~ParquetFile.schema
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.parquet.ParquetWriter.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.parquet.ParquetWriter.rst.txt b/docs/latest/_sources/python/generated/pyarrow.parquet.ParquetWriter.rst.txt
new file mode 100644
index 0000000..0cf39a9
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.parquet.ParquetWriter.rst.txt
@@ -0,0 +1,24 @@
+pyarrow.parquet.ParquetWriter
+=============================
+
+.. currentmodule:: pyarrow.parquet
+
+.. autoclass:: ParquetWriter
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~ParquetWriter.__init__
+      ~ParquetWriter.close
+      ~ParquetWriter.write_table
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.parquet.read_metadata.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.parquet.read_metadata.rst.txt b/docs/latest/_sources/python/generated/pyarrow.parquet.read_metadata.rst.txt
new file mode 100644
index 0000000..713befd
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.parquet.read_metadata.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.parquet.read\_metadata
+==============================
+
+.. currentmodule:: pyarrow.parquet
+
+.. autofunction:: read_metadata
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.parquet.read_pandas.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.parquet.read_pandas.rst.txt b/docs/latest/_sources/python/generated/pyarrow.parquet.read_pandas.rst.txt
new file mode 100644
index 0000000..66ebb71
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.parquet.read_pandas.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.parquet.read\_pandas
+============================
+
+.. currentmodule:: pyarrow.parquet
+
+.. autofunction:: read_pandas
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.parquet.read_schema.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.parquet.read_schema.rst.txt b/docs/latest/_sources/python/generated/pyarrow.parquet.read_schema.rst.txt
new file mode 100644
index 0000000..9f109f4
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.parquet.read_schema.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.parquet.read\_schema
+============================
+
+.. currentmodule:: pyarrow.parquet
+
+.. autofunction:: read_schema
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.parquet.read_table.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.parquet.read_table.rst.txt b/docs/latest/_sources/python/generated/pyarrow.parquet.read_table.rst.txt
new file mode 100644
index 0000000..9ab8d10
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.parquet.read_table.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.parquet.read\_table
+===========================
+
+.. currentmodule:: pyarrow.parquet
+
+.. autofunction:: read_table
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.parquet.write_metadata.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.parquet.write_metadata.rst.txt b/docs/latest/_sources/python/generated/pyarrow.parquet.write_metadata.rst.txt
new file mode 100644
index 0000000..14d35e2
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.parquet.write_metadata.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.parquet.write\_metadata
+===============================
+
+.. currentmodule:: pyarrow.parquet
+
+.. autofunction:: write_metadata
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.parquet.write_table.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.parquet.write_table.rst.txt b/docs/latest/_sources/python/generated/pyarrow.parquet.write_table.rst.txt
new file mode 100644
index 0000000..a1154ad
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.parquet.write_table.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.parquet.write\_table
+============================
+
+.. currentmodule:: pyarrow.parquet
+
+.. autofunction:: write_table
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.parquet.write_to_dataset.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.parquet.write_to_dataset.rst.txt b/docs/latest/_sources/python/generated/pyarrow.parquet.write_to_dataset.rst.txt
new file mode 100644
index 0000000..48f234a
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.parquet.write_to_dataset.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.parquet.write\_to\_dataset
+==================================
+
+.. currentmodule:: pyarrow.parquet
+
+.. autofunction:: write_to_dataset
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.plasma.ObjectID.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.plasma.ObjectID.rst.txt b/docs/latest/_sources/python/generated/pyarrow.plasma.ObjectID.rst.txt
new file mode 100644
index 0000000..3bbaa6f
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.plasma.ObjectID.rst.txt
@@ -0,0 +1,23 @@
+pyarrow.plasma.ObjectID
+=======================
+
+.. currentmodule:: pyarrow.plasma
+
+.. autoclass:: ObjectID
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~ObjectID.binary
+      ~ObjectID.from_random
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.plasma.PlasmaBuffer.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.plasma.PlasmaBuffer.rst.txt b/docs/latest/_sources/python/generated/pyarrow.plasma.PlasmaBuffer.rst.txt
new file mode 100644
index 0000000..bbcde11
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.plasma.PlasmaBuffer.rst.txt
@@ -0,0 +1,33 @@
+pyarrow.plasma.PlasmaBuffer
+===========================
+
+.. currentmodule:: pyarrow.plasma
+
+.. autoclass:: PlasmaBuffer
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~PlasmaBuffer.equals
+      ~PlasmaBuffer.slice
+      ~PlasmaBuffer.to_pybytes
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~PlasmaBuffer.address
+      ~PlasmaBuffer.is_mutable
+      ~PlasmaBuffer.parent
+      ~PlasmaBuffer.size
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.plasma.PlasmaClient.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.plasma.PlasmaClient.rst.txt b/docs/latest/_sources/python/generated/pyarrow.plasma.PlasmaClient.rst.txt
new file mode 100644
index 0000000..89d20b1
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.plasma.PlasmaClient.rst.txt
@@ -0,0 +1,46 @@
+pyarrow.plasma.PlasmaClient
+===========================
+
+.. currentmodule:: pyarrow.plasma
+
+.. autoclass:: PlasmaClient
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~PlasmaClient.contains
+      ~PlasmaClient.create
+      ~PlasmaClient.create_and_seal
+      ~PlasmaClient.decode_notification
+      ~PlasmaClient.delete
+      ~PlasmaClient.disconnect
+      ~PlasmaClient.evict
+      ~PlasmaClient.get
+      ~PlasmaClient.get_buffers
+      ~PlasmaClient.get_metadata
+      ~PlasmaClient.get_next_notification
+      ~PlasmaClient.get_notification_socket
+      ~PlasmaClient.hash
+      ~PlasmaClient.list
+      ~PlasmaClient.put
+      ~PlasmaClient.put_raw_buffer
+      ~PlasmaClient.seal
+      ~PlasmaClient.subscribe
+      ~PlasmaClient.to_capsule
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~PlasmaClient.store_socket_name
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.py_buffer.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.py_buffer.rst.txt b/docs/latest/_sources/python/generated/pyarrow.py_buffer.rst.txt
new file mode 100644
index 0000000..6a0d3d9
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.py_buffer.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.py\_buffer
+==================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: py_buffer
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.read_message.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.read_message.rst.txt b/docs/latest/_sources/python/generated/pyarrow.read_message.rst.txt
new file mode 100644
index 0000000..6d7eeec
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.read_message.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.read\_message
+=====================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: read_message
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.read_record_batch.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.read_record_batch.rst.txt b/docs/latest/_sources/python/generated/pyarrow.read_record_batch.rst.txt
new file mode 100644
index 0000000..a17275e
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.read_record_batch.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.read\_record\_batch
+===========================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: read_record_batch
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.read_serialized.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.read_serialized.rst.txt b/docs/latest/_sources/python/generated/pyarrow.read_serialized.rst.txt
new file mode 100644
index 0000000..283d823
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.read_serialized.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.read\_serialized
+========================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: read_serialized
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.read_tensor.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.read_tensor.rst.txt b/docs/latest/_sources/python/generated/pyarrow.read_tensor.rst.txt
new file mode 100644
index 0000000..0cf5116
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.read_tensor.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.read\_tensor
+====================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: read_tensor
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.serialize.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.serialize.rst.txt b/docs/latest/_sources/python/generated/pyarrow.serialize.rst.txt
new file mode 100644
index 0000000..19b55c4
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.serialize.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.serialize
+=================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: serialize
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.serialize_to.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.serialize_to.rst.txt b/docs/latest/_sources/python/generated/pyarrow.serialize_to.rst.txt
new file mode 100644
index 0000000..412bbcd
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.serialize_to.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.serialize\_to
+=====================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: serialize_to
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.set_cpu_count.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.set_cpu_count.rst.txt b/docs/latest/_sources/python/generated/pyarrow.set_cpu_count.rst.txt
new file mode 100644
index 0000000..dae7a5c
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.set_cpu_count.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.set\_cpu\_count
+=======================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: set_cpu_count
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.set_memory_pool.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.set_memory_pool.rst.txt b/docs/latest/_sources/python/generated/pyarrow.set_memory_pool.rst.txt
new file mode 100644
index 0000000..3e7a712
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.set_memory_pool.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.set\_memory\_pool
+=========================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: set_memory_pool
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.string.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.string.rst.txt b/docs/latest/_sources/python/generated/pyarrow.string.rst.txt
new file mode 100644
index 0000000..03a72bd
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.string.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.string
+==============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: string
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.struct.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.struct.rst.txt b/docs/latest/_sources/python/generated/pyarrow.struct.rst.txt
new file mode 100644
index 0000000..cd85e2c
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.struct.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.struct
+==============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: struct
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/62ef7145/docs/latest/_sources/python/generated/pyarrow.time32.rst.txt
----------------------------------------------------------------------
diff --git a/docs/latest/_sources/python/generated/pyarrow.time32.rst.txt b/docs/latest/_sources/python/generated/pyarrow.time32.rst.txt
new file mode 100644
index 0000000..ba4934f
--- /dev/null
+++ b/docs/latest/_sources/python/generated/pyarrow.time32.rst.txt
@@ -0,0 +1,6 @@
+pyarrow.time32
+==============
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: time32
\ No newline at end of file