Uses of Class
org.apache.cassandra.cql3.functions.UDAggregate
Packages that use UDAggregate
Package
Description
-
Uses of UDAggregate in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth with parameters of type UDAggregateModifier and TypeMethodDescriptionvoidAuthSchemaChangeListener.onDropAggregate(UDAggregate aggregate) -
Uses of UDAggregate in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions that return UDAggregateModifier and TypeMethodDescriptionstatic UDAggregateUDAggregate.create(Collection<UDFunction> functions, FunctionName name, List<AbstractType<?>> argTypes, AbstractType<?> returnType, FunctionName stateFunc, FunctionName finalFunc, AbstractType<?> stateType, ByteBuffer initcond) UDAggregate.withUpdatedUserType(Collection<UDFunction> udfs, UserType udt) -
Uses of UDAggregate in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema with type parameters of type UDAggregateMethods in org.apache.cassandra.schema that return types with arguments of type UDAggregateModifier and TypeMethodDescriptionUserFunctions.aggregatesUsingFunction(Function function) UserFunctions.getUdas(FunctionName name) Get all UDAs overloads with the specified nameUserFunctions.udas()Methods in org.apache.cassandra.schema with parameters of type UDAggregateModifier and TypeMethodDescriptiondefault voidSchemaChangeListener.onAlterAggregate(UDAggregate before, UDAggregate after) default voidSchemaChangeListener.onCreateAggregate(UDAggregate aggregate) default voidSchemaChangeListener.onDropAggregate(UDAggregate aggregate) -
Uses of UDAggregate in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport with parameters of type UDAggregateModifier and TypeMethodDescriptionstatic Event.SchemaChangeEvent.SchemaChange.forAggregate(Event.SchemaChange.Change change, UDAggregate aggregate) voidServer.EventNotifier.onAlterAggregate(UDAggregate before, UDAggregate after) voidServer.EventNotifier.onCreateAggregate(UDAggregate aggregate) voidServer.EventNotifier.onDropAggregate(UDAggregate aggregate)