C# Class Deveel.Data.AggregateFunctionTests

Inheritance: FunctionTestBase
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
AggregateFunctionTests ( StorageType storageType ) : System

Protected Methods

Method Description
OnSetUp ( string testName, IQuery query ) : bool
OnTearDown ( string testName, IQuery query ) : bool

Private Methods

Method Description
CountAll ( ) : void
Count_Column ( ) : void
DistinctCount ( ) : void
Max_Column ( ) : void
Min_Column ( ) : void
SelectAggregate ( string functionName ) : Field
SimpleAvg ( ) : void
Sum_Column ( ) : void

Method Details

AggregateFunctionTests() public method

public AggregateFunctionTests ( StorageType storageType ) : System
storageType StorageType
return System

OnSetUp() protected method

protected OnSetUp ( string testName, IQuery query ) : bool
testName string
query IQuery
return bool

OnTearDown() protected method

protected OnTearDown ( string testName, IQuery query ) : bool
testName string
query IQuery
return bool