Giter Club home page Giter Club logo

Comments (3)

my2iu avatar my2iu commented on July 26, 2024

I’ve never used Spanner, and I’m not sure if Jinq even works with Spanner. But assuming Spanner is supposed to work like SQL, then you can

  • use distinct and then count to count the number of groups http://www.jinq.org/docs/queries.html#N67275
  • if you’re using a query to fetch the groups anyway, then once you’ve called toList() to execute the query and store the results in memory, then just call size() to get the number of groups.

from jinq.

zdu-strong avatar zdu-strong commented on July 26, 2024

Thank you for your help.

from jinq.

zdu-strong avatar zdu-strong commented on July 26, 2024

Sharing my experience, I am collecting information and have not verified it yet.
Spanner database supports PostgreSQL dialect, and PostgreSQL supports the method of obtaining the total number of records.
It may be used to solve the problem of getting the total number of the groups.

PostgreSQL

from jinq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.