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 voidAuthSchemaChangeListener. 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 UDAggregateUDAggregate. 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)UDAggregateUDAggregate. 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 Functions.FunctionsDiff<UDAggregate>KeyspaceMetadata.KeyspaceDiff. udasMethods in org.apache.cassandra.schema that return types with arguments of type UDAggregate Modifier and Type Method 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 namejava.util.stream.Stream<UDAggregate>Functions. udas()Methods in org.apache.cassandra.schema with parameters of type UDAggregate Modifier and Type Method Description default 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 UDAggregate Modifier and Type Method Description static 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)
-