Kinetica   C#   API  Version 7.2.3.1
Kinetica.Tests.IntegrationTests.AggregateTests Class Reference

Tests for aggregate endpoints. More...

Public Member Functions

void TestAggregateUniqueBasic ()
 
void TestAggregateUniqueNumeric ()
 
void TestAggregateUniqueWithLimit ()
 
void TestAggregateUniqueEmptyTable ()
 
void TestAggregateMinMaxBasic ()
 
void TestAggregateMinMaxDoubleColumn ()
 
void TestAggregateMinMaxSingleValue ()
 
void TestAggregateHistogramBasic ()
 
void TestAggregateHistogramUnevenDistribution ()
 
void TestAggregateHistogramEmptyTable ()
 
void TestAggregateHistogramSingleBin ()
 
void TestAggregateStatisticsBasic ()
 
void TestAggregateStatisticsAllStats ()
 
void TestAggregateStatisticsEmptyTable ()
 
void TestAggregateGroupByCount ()
 
void TestAggregateGroupByWithAggregates ()
 
void TestAggregateGroupByMultipleColumns ()
 
void TestAggregateGroupByEmptyTable ()
 
void TestAggregateGroupByWithLimit ()
 

Detailed Description

Tests for aggregate endpoints.

These tests mirror the Rust aggregate_tests.rs implementation.

Definition at line 14 of file AggregateTests.cs.

Member Function Documentation

◆ TestAggregateGroupByCount()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateGroupByCount ( )
inline

Definition at line 250 of file AggregateTests.cs.

◆ TestAggregateGroupByEmptyTable()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateGroupByEmptyTable ( )
inline

Definition at line 301 of file AggregateTests.cs.

◆ TestAggregateGroupByMultipleColumns()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateGroupByMultipleColumns ( )
inline

Definition at line 277 of file AggregateTests.cs.

◆ TestAggregateGroupByWithAggregates()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateGroupByWithAggregates ( )
inline

Definition at line 264 of file AggregateTests.cs.

◆ TestAggregateGroupByWithLimit()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateGroupByWithLimit ( )
inline

Definition at line 313 of file AggregateTests.cs.

◆ TestAggregateHistogramBasic()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateHistogramBasic ( )
inline

Definition at line 144 of file AggregateTests.cs.

◆ TestAggregateHistogramEmptyTable()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateHistogramEmptyTable ( )
inline

Definition at line 175 of file AggregateTests.cs.

◆ TestAggregateHistogramSingleBin()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateHistogramSingleBin ( )
inline

Definition at line 190 of file AggregateTests.cs.

◆ TestAggregateHistogramUnevenDistribution()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateHistogramUnevenDistribution ( )
inline

Definition at line 161 of file AggregateTests.cs.

◆ TestAggregateMinMaxBasic()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateMinMaxBasic ( )
inline

Definition at line 103 of file AggregateTests.cs.

◆ TestAggregateMinMaxDoubleColumn()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateMinMaxDoubleColumn ( )
inline

Definition at line 115 of file AggregateTests.cs.

◆ TestAggregateMinMaxSingleValue()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateMinMaxSingleValue ( )
inline

Definition at line 128 of file AggregateTests.cs.

◆ TestAggregateStatisticsAllStats()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateStatisticsAllStats ( )
inline

Definition at line 221 of file AggregateTests.cs.

◆ TestAggregateStatisticsBasic()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateStatisticsBasic ( )
inline

Definition at line 207 of file AggregateTests.cs.

◆ TestAggregateStatisticsEmptyTable()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateStatisticsEmptyTable ( )
inline

Definition at line 235 of file AggregateTests.cs.

◆ TestAggregateUniqueBasic()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateUniqueBasic ( )
inline

Definition at line 48 of file AggregateTests.cs.

◆ TestAggregateUniqueEmptyTable()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateUniqueEmptyTable ( )
inline

Definition at line 87 of file AggregateTests.cs.

◆ TestAggregateUniqueNumeric()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateUniqueNumeric ( )
inline

Definition at line 61 of file AggregateTests.cs.

◆ TestAggregateUniqueWithLimit()

void Kinetica.Tests.IntegrationTests.AggregateTests.TestAggregateUniqueWithLimit ( )
inline

Definition at line 74 of file AggregateTests.cs.


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