File: index.rst

package info (click to toggle)
python-cassandra-driver 3.29.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,144 kB
  • sloc: python: 51,532; ansic: 768; makefile: 136; sh: 13
file content (24 lines) | stat: -rw-r--r-- 707 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
:mod:`cassandra.datastax.graph.fluent`
======================================

.. module:: cassandra.datastax.graph.fluent

.. autoclass:: DseGraph

   .. autoattribute:: DSE_GRAPH_QUERY_LANGUAGE

   .. automethod:: create_execution_profile

   .. automethod:: query_from_traversal

   .. automethod:: traversal_source(session=None, graph_name=None, execution_profile=EXEC_PROFILE_GRAPH_DEFAULT, traversal_class=None)

   .. automethod:: batch(session=None, execution_profile=None)

.. autoclass:: DSESessionRemoteGraphConnection(session[, graph_name, execution_profile])

.. autoclass:: BaseGraphRowFactory

.. autoclass:: graph_traversal_row_factory

.. autoclass:: graph_traversal_dse_object_row_factory