Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-7945

Scope level query in Python

    XMLWordPrintable

Details

    Description

      Python equiv of

      QueryResult result = scope.query( "select * from `airline` limit 10" ); for (JsonObject row : result.rowsAsObject())

      { System.out.println("Found row: " + row); }

      after PYCBC-965 is done.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              hakim.cassimally Hakim Cassimally
              richard.smedley Richard Smedley
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty