Skip to content

Commit

Permalink
Merge pull request #125 from palantir/ssanjay/fixAggs
Browse files Browse the repository at this point in the history
Remove count
  • Loading branch information
ssanjay1 authored Mar 8, 2024
2 parents 1f386cc + 39bc8ab commit 716f5cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/client/changelog/@unreleased/pr-125.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: feature
feature:
description: Remove count
links:
- https://github.com/palantir/osdk-ts/pull/125
3 changes: 1 addition & 2 deletions packages/client/src/query/aggregations/AggregationsClause.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
import type { ObjectOrInterfaceDefinition } from "@osdk/api";
import type { AggregatableKeys } from "./AggregatableKeys.js";

type StringAggregateOption = "approximateDistinct" | "count";
type StringAggregateOption = "approximateDistinct";
type NumericAggregateOption =
| "count"
| "min"
| "max"
| "sum"
Expand Down

0 comments on commit 716f5cc

Please sign in to comment.