C# 클래스 Deveel.Data.AggregateFunctionTests

파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
AggregateFunctionTests ( StorageType storageType ) : System

보호된 메소드들

메소드 설명
OnSetUp ( string testName, IQuery query ) : bool
OnTearDown ( string testName, IQuery query ) : bool

비공개 메소드들

메소드 설명
CountAll ( ) : void
Count_Column ( ) : void
DistinctCount ( ) : void
Max_Column ( ) : void
Min_Column ( ) : void
SelectAggregate ( string functionName ) : Field
SimpleAvg ( ) : void
Sum_Column ( ) : void

메소드 상세

AggregateFunctionTests() 공개 메소드

public AggregateFunctionTests ( StorageType storageType ) : System
storageType StorageType
리턴 System

OnSetUp() 보호된 메소드

protected OnSetUp ( string testName, IQuery query ) : bool
testName string
query IQuery
리턴 bool

OnTearDown() 보호된 메소드

protected OnTearDown ( string testName, IQuery query ) : bool
testName string
query IQuery
리턴 bool