@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for SQL API
15 lines • 599 B
TypeScript
import { Response } from "../../request";
import { ExecutionContext } from "../ExecutionContext";
import { QueryInfo } from "../../request/ErrorResponse";
/** @hidden */
export declare class GroupByEndpointComponent implements ExecutionContext {
private executionContext;
private queryInfo;
constructor(executionContext: ExecutionContext, queryInfo: QueryInfo);
private readonly groupings;
private readonly aggregateResultArray;
private completed;
nextItem(): Promise<Response<any>>;
hasMoreResults(): boolean;
}
//# sourceMappingURL=GroupByEndpointComponent.d.ts.map