Kinetica   C#   API  Version 7.2.3.1
Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests Class Reference

Async tests for aggregate endpoints. More...

Public Member Functions

async Task TestAggregateUniqueBasicAsync ()
 
async Task TestAggregateUniqueNumericAsync ()
 
async Task TestAggregateUniqueWithLimitAsync ()
 
async Task TestAggregateUniqueEmptyTableAsync ()
 
async Task TestAggregateMinMaxBasicAsync ()
 
async Task TestAggregateMinMaxDoubleColumnAsync ()
 
async Task TestAggregateMinMaxSingleValueAsync ()
 
async Task TestAggregateHistogramBasicAsync ()
 
async Task TestAggregateHistogramUnevenDistributionAsync ()
 
async Task TestAggregateHistogramEmptyTableAsync ()
 
async Task TestAggregateHistogramSingleBinAsync ()
 
async Task TestAggregateStatisticsBasicAsync ()
 
async Task TestAggregateStatisticsAllStatsAsync ()
 
async Task TestAggregateStatisticsEmptyTableAsync ()
 
async Task TestAggregateGroupByCountAsync ()
 
async Task TestAggregateGroupByWithAggregatesAsync ()
 
async Task TestAggregateGroupByMultipleColumnsAsync ()
 
async Task TestAggregateGroupByEmptyTableAsync ()
 
async Task TestAggregateGroupByWithLimitAsync ()
 

Detailed Description

Async tests for aggregate endpoints.

These tests verify that async aggregate operations work correctly.

Definition at line 16 of file AsyncAggregateTests.cs.

Member Function Documentation

◆ TestAggregateGroupByCountAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateGroupByCountAsync ( )
inline

Definition at line 252 of file AsyncAggregateTests.cs.

◆ TestAggregateGroupByEmptyTableAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateGroupByEmptyTableAsync ( )
inline

Definition at line 303 of file AsyncAggregateTests.cs.

◆ TestAggregateGroupByMultipleColumnsAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateGroupByMultipleColumnsAsync ( )
inline

Definition at line 279 of file AsyncAggregateTests.cs.

◆ TestAggregateGroupByWithAggregatesAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateGroupByWithAggregatesAsync ( )
inline

Definition at line 266 of file AsyncAggregateTests.cs.

◆ TestAggregateGroupByWithLimitAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateGroupByWithLimitAsync ( )
inline

Definition at line 315 of file AsyncAggregateTests.cs.

◆ TestAggregateHistogramBasicAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateHistogramBasicAsync ( )
inline

Definition at line 146 of file AsyncAggregateTests.cs.

◆ TestAggregateHistogramEmptyTableAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateHistogramEmptyTableAsync ( )
inline

Definition at line 177 of file AsyncAggregateTests.cs.

◆ TestAggregateHistogramSingleBinAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateHistogramSingleBinAsync ( )
inline

Definition at line 192 of file AsyncAggregateTests.cs.

◆ TestAggregateHistogramUnevenDistributionAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateHistogramUnevenDistributionAsync ( )
inline

Definition at line 163 of file AsyncAggregateTests.cs.

◆ TestAggregateMinMaxBasicAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateMinMaxBasicAsync ( )
inline

Definition at line 105 of file AsyncAggregateTests.cs.

◆ TestAggregateMinMaxDoubleColumnAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateMinMaxDoubleColumnAsync ( )
inline

Definition at line 117 of file AsyncAggregateTests.cs.

◆ TestAggregateMinMaxSingleValueAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateMinMaxSingleValueAsync ( )
inline

Definition at line 130 of file AsyncAggregateTests.cs.

◆ TestAggregateStatisticsAllStatsAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateStatisticsAllStatsAsync ( )
inline

Definition at line 223 of file AsyncAggregateTests.cs.

◆ TestAggregateStatisticsBasicAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateStatisticsBasicAsync ( )
inline

Definition at line 209 of file AsyncAggregateTests.cs.

◆ TestAggregateStatisticsEmptyTableAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateStatisticsEmptyTableAsync ( )
inline

Definition at line 237 of file AsyncAggregateTests.cs.

◆ TestAggregateUniqueBasicAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateUniqueBasicAsync ( )
inline

Definition at line 50 of file AsyncAggregateTests.cs.

◆ TestAggregateUniqueEmptyTableAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateUniqueEmptyTableAsync ( )
inline

Definition at line 89 of file AsyncAggregateTests.cs.

◆ TestAggregateUniqueNumericAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateUniqueNumericAsync ( )
inline

Definition at line 63 of file AsyncAggregateTests.cs.

◆ TestAggregateUniqueWithLimitAsync()

async Task Kinetica.AsyncTests.IntegrationTests.AsyncAggregateTests.TestAggregateUniqueWithLimitAsync ( )
inline

Definition at line 76 of file AsyncAggregateTests.cs.


The documentation for this class was generated from the following file: