public interface CreateAggregateEnd extends BuildableQuery
| Modifier and Type | Method and Description | 
|---|---|
CreateAggregateEnd | 
withFinalFunc(CqlIdentifier finalFunc)
Adds FINALFUNC to the create aggregate query. 
 | 
default CreateAggregateEnd | 
withFinalFunc(String finalFuncName)
Shortcut for  
withFinalFunc(CqlIdentifier.fromCql(finalFuncName)). | 
CreateAggregateEnd | 
withInitCond(Term term)
Adds INITCOND to the aggregate query. 
 | 
@NonNull CreateAggregateEnd withInitCond(@NonNull Term term)
@NonNull CreateAggregateEnd withFinalFunc(@NonNull CqlIdentifier finalFunc)
@NonNull default CreateAggregateEnd withFinalFunc(@NonNull String finalFuncName)
withFinalFunc(CqlIdentifier.fromCql(finalFuncName)).Copyright © 2017–2019. All rights reserved.