-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add value parser and update stats
Add new value parsers according to types returned from Pinot. Updated query stats. Added new stat values for v2 engine. BREAKING CHANGE: Value parser and changed some stat names
- Loading branch information
Showing
178 changed files
with
4,287 additions
and
772 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [pinot-noir](./pinot-noir.md) > [IAggregateStats](./pinot-noir.iaggregatestats.md) | ||
|
||
## IAggregateStats interface | ||
|
||
Stats for the AGGREGATE operator. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface IAggregateStats extends IStageStatsBase | ||
``` | ||
**Extends:** [IStageStatsBase](./pinot-noir.istagestatsbase.md) | ||
## Properties | ||
<table><thead><tr><th> | ||
Property | ||
</th><th> | ||
Modifiers | ||
</th><th> | ||
Type | ||
</th><th> | ||
Description | ||
</th></tr></thead> | ||
<tbody><tr><td> | ||
[type](./pinot-noir.iaggregatestats.type.md) | ||
</td><td> | ||
</td><td> | ||
'AGGREGATE' | ||
</td><td> | ||
</td></tr> | ||
</tbody></table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [pinot-noir](./pinot-noir.md) > [IAggregateStats](./pinot-noir.iaggregatestats.md) > [type](./pinot-noir.iaggregatestats.type.md) | ||
|
||
## IAggregateStats.type property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
type: 'AGGREGATE'; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [pinot-noir](./pinot-noir.md) > [IBrokerResponse](./pinot-noir.ibrokerresponse.md) > [brokerId](./pinot-noir.ibrokerresponse.brokerid.md) | ||
|
||
## IBrokerResponse.brokerId property | ||
|
||
Broker ID. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
brokerId: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.