lbry-rocksdb/_generate/pyrocksdb.VectorColumnFamilyDescriptor.html
2019-06-24 21:20:09 +08:00

179 lines
8.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>pyrocksdb.VectorColumnFamilyDescriptor &#8212; python-rocksdb 0.6.7 documentation</title>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/language_data.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="pyrocksdb.VectorColumnFamilyHandle" href="pyrocksdb.VectorColumnFamilyHandle.html" />
<link rel="prev" title="pyrocksdb.ColumnFamilyDescriptor" href="pyrocksdb.ColumnFamilyDescriptor.html" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
</head><body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="pyrocksdb-vectorcolumnfamilydescriptor">
<h1>pyrocksdb.VectorColumnFamilyDescriptor<a class="headerlink" href="#pyrocksdb-vectorcolumnfamilydescriptor" title="Permalink to this headline"></a></h1>
<dl class="class">
<dt id="pyrocksdb.VectorColumnFamilyDescriptor">
<em class="property">class </em><code class="descclassname">pyrocksdb.</code><code class="descname">VectorColumnFamilyDescriptor</code><a class="headerlink" href="#pyrocksdb.VectorColumnFamilyDescriptor" title="Permalink to this definition"></a></dt>
<dd><dl class="method">
<dt id="pyrocksdb.VectorColumnFamilyDescriptor.__init__">
<code class="descname">__init__</code><span class="sig-paren">(</span><em>*args</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#pyrocksdb.VectorColumnFamilyDescriptor.__init__" title="Permalink to this definition"></a></dt>
<dd><p>Overloaded function.</p>
<ol class="arabic simple">
<li><p>__init__(self: pyrocksdb.VectorColumnFamilyDescriptor) -&gt; None</p></li>
<li><p>__init__(self: pyrocksdb.VectorColumnFamilyDescriptor, arg0: pyrocksdb.VectorColumnFamilyDescriptor) -&gt; None</p></li>
</ol>
<p>Copy constructor</p>
<ol class="arabic simple" start="3">
<li><p>__init__(self: pyrocksdb.VectorColumnFamilyDescriptor, arg0: iterable) -&gt; None</p></li>
</ol>
</dd></dl>
<p class="rubric">Methods</p>
<table class="longtable docutils align-center">
<colgroup>
<col style="width: 10%" />
<col style="width: 90%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="#pyrocksdb.VectorColumnFamilyDescriptor.__init__" title="pyrocksdb.VectorColumnFamilyDescriptor.__init__"><code class="xref py py-obj docutils literal notranslate"><span class="pre">__init__</span></code></a>(*args, **kwargs)</p></td>
<td><p>Overloaded function.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">append</span></code>(self, x)</p></td>
<td><p>Add an item to the end of the list</p></td>
</tr>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">extend</span></code>(self, L)</p></td>
<td><p>Extend the list by appending all the items in the given list</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">insert</span></code>(self, i, x)</p></td>
<td><p>Insert an item at a given position.</p></td>
</tr>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">pop</span></code>(*args, **kwargs)</p></td>
<td><p>Overloaded function.</p></td>
</tr>
</tbody>
</table>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="../index.html">python-rocksdb</a></h1>
<h3>Navigation</h3>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="../python_rocksdb.html">python rocksdb API</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.Blob.html">pyrocksdb.Blob</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.ColumnFamilyHandle.html">pyrocksdb.ColumnFamilyHandle</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.ColumnFamilyDescriptor.html">pyrocksdb.ColumnFamilyDescriptor</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">pyrocksdb.VectorColumnFamilyDescriptor</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.VectorColumnFamilyHandle.html">pyrocksdb.VectorColumnFamilyHandle</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.IteratorWrapper.html">pyrocksdb.IteratorWrapper</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.DB.html">pyrocksdb.DB</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.DBOptions.html">pyrocksdb.DBOptions</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.Options.html">pyrocksdb.Options</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.AdvancedColumnFamilyOptions.html">pyrocksdb.AdvancedColumnFamilyOptions</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.ColumnFamilyOptions.html">pyrocksdb.ColumnFamilyOptions</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.Options.html">pyrocksdb.Options</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.WriteOptions.html">pyrocksdb.WriteOptions</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.ReadOptions.html">pyrocksdb.ReadOptions</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.TransactionDBOptions.html">pyrocksdb.TransactionDBOptions</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.TransactionOptions.html">pyrocksdb.TransactionOptions</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.LRUCacheOptions.html">pyrocksdb.LRUCacheOptions</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.Status.html">pyrocksdb.Status</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.WriteBatch.html">pyrocksdb.WriteBatch</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.transaction_db.html">pyrocksdb.transaction_db</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.transaction_wrapper.html">pyrocksdb.transaction_wrapper</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyrocksdb.Snapshot.html">pyrocksdb.Snapshot</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Instructions how to install</a></li>
<li class="toctree-l1"><a class="reference internal" href="../tutorial/index.html">Tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="../index.html">Documentation overview</a><ul>
<li><a href="../python_rocksdb.html">python rocksdb API</a><ul>
<li>Previous: <a href="pyrocksdb.ColumnFamilyDescriptor.html" title="previous chapter">pyrocksdb.ColumnFamilyDescriptor</a></li>
<li>Next: <a href="pyrocksdb.VectorColumnFamilyHandle.html" title="next chapter">pyrocksdb.VectorColumnFamilyHandle</a></li>
</ul></li>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2014, sh.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.0.1</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
<a href="../_sources/_generate/pyrocksdb.VectorColumnFamilyDescriptor.rst.txt"
rel="nofollow">Page source</a>
</div>
</body>
</html>