Package | Description |
---|---|
org.apache.cassandra.cql3.functions | |
org.apache.cassandra.schema | |
org.apache.cassandra.transport |
Modifier and Type | Method and Description |
---|---|
static UDAggregate |
UDAggregate.create(java.util.Collection<UDFunction> functions,
FunctionName name,
java.util.List<AbstractType<?>> argTypes,
AbstractType<?> returnType,
FunctionName stateFunc,
FunctionName finalFunc,
AbstractType<?> stateType,
java.nio.ByteBuffer initcond) |
UDAggregate |
UDAggregate.withUpdatedUserType(java.util.Collection<UDFunction> udfs,
UserType udt) |
Modifier and Type | Field and Description |
---|---|
Functions.FunctionsDiff<UDAggregate> |
KeyspaceMetadata.KeyspaceDiff.udas |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<UDAggregate> |
Functions.aggregatesUsingFunction(Function function) |
java.util.Collection<UDAggregate> |
Functions.getUdas(FunctionName name)
Get all UDAs overloads with the specified name
|
java.util.stream.Stream<UDAggregate> |
Functions.udas() |
Modifier and Type | Method and Description |
---|---|
static Event.SchemaChange |
Event.SchemaChange.forAggregate(Event.SchemaChange.Change change,
UDAggregate aggregate) |
Copyright © 2009-2020 The Apache Software Foundation