Uses of Class
org.apache.cassandra.cql3.functions.UDAggregate
-
Packages that use UDAggregate Package Description org.apache.cassandra.auth org.apache.cassandra.cql3.functions org.apache.cassandra.schema org.apache.cassandra.transport -
-
Uses of UDAggregate in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth with parameters of type UDAggregate Modifier and Type Method Description void
AuthSchemaChangeListener. onDropAggregate(UDAggregate aggregate)
-
Uses of UDAggregate in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions that return UDAggregate Modifier and Type Method 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)
-
Uses of UDAggregate in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema with type parameters of type UDAggregate Modifier and Type Field Description UserFunctions.FunctionsDiff<UDAggregate>
KeyspaceMetadata.KeyspaceDiff. udas
Methods in org.apache.cassandra.schema that return types with arguments of type UDAggregate Modifier and Type Method Description java.util.stream.Stream<UDAggregate>
UserFunctions. aggregatesUsingFunction(Function function)
java.util.Collection<UDAggregate>
UserFunctions. getUdas(FunctionName name)
Get all UDAs overloads with the specified namejava.util.stream.Stream<UDAggregate>
UserFunctions. udas()
Methods in org.apache.cassandra.schema with parameters of type UDAggregate Modifier and Type Method Description default void
SchemaChangeListener. onAlterAggregate(UDAggregate before, UDAggregate after)
default void
SchemaChangeListener. onCreateAggregate(UDAggregate aggregate)
default void
SchemaChangeListener. onDropAggregate(UDAggregate aggregate)
-
Uses of UDAggregate in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport with parameters of type UDAggregate Modifier and Type Method Description static Event.SchemaChange
Event.SchemaChange. forAggregate(Event.SchemaChange.Change change, UDAggregate aggregate)
void
Server.EventNotifier. onAlterAggregate(UDAggregate before, UDAggregate after)
void
Server.EventNotifier. onCreateAggregate(UDAggregate aggregate)
void
Server.EventNotifier. onDropAggregate(UDAggregate aggregate)
-