Skip to main content
Module

x/google_datastore/query.ts>Query#groupBy

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Go to Latest
method Query.prototype.groupBy
import { Query } from "https://deno.land/x/google_datastore@0.0.14/query.ts";

Group query results by a list of properties.

Parameters

fieldNames: string | string[]