| Package | Description | 
|---|---|
| com.datastax.oss.driver.api.querybuilder.schema | 
| Modifier and Type | Method and Description | 
|---|---|
CreateAggregateStateFunc | 
CreateAggregateStart.withSFunc(CqlIdentifier sfuncName)
Adds SFUNC to the create aggregate specification. 
 | 
default CreateAggregateStateFunc | 
CreateAggregateStart.withSFunc(String sfuncName)
Shortcut for  
withSFunc(CqlIdentifier.fromCql(sfuncName)). | 
Copyright © 2017–2022. All rights reserved.