| Package | Description | 
|---|---|
| org.apache.cassandra.cql3.functions | |
| org.apache.cassandra.schema | 
| Modifier and Type | Method and Description | 
|---|---|
| static UDAggregate | UDAggregate. create(Functions functions,
      FunctionName name,
      java.util.List<AbstractType<?>> argTypes,
      AbstractType<?> returnType,
      FunctionName stateFunc,
      FunctionName finalFunc,
      AbstractType<?> stateType,
      java.nio.ByteBuffer initcond) | 
| Modifier and Type | Field and Description | 
|---|---|
| Functions | KeyspaceMetadata. functions | 
| Modifier and Type | Method and Description | 
|---|---|
| Functions | Functions.Builder. build() | 
| static Functions | Functions. none() | 
| static Functions | Functions. of(Function... funs) | 
| Functions | Functions. with(Function fun)Create a Functions instance with the provided function added | 
| Functions | Functions. without(FunctionName name,
       java.util.List<AbstractType<?>> argTypes)Creates a Functions instance with the function with the provided name and argument types removed | 
| Modifier and Type | Method and Description | 
|---|---|
| static KeyspaceMetadata | KeyspaceMetadata. create(java.lang.String name,
      KeyspaceParams params,
      Tables tables,
      Views views,
      Types types,
      Functions functions) | 
| KeyspaceMetadata | KeyspaceMetadata. withSwapped(Functions functions) | 
Copyright © 2018 The Apache Software Foundation