Uses of Interface
org.apache.cassandra.cql3.functions.Arguments
Packages that use Arguments
-
Uses of Arguments in org.apache.cassandra.cql3.functions
Classes in org.apache.cassandra.cql3.functions that implement ArgumentsMethods in org.apache.cassandra.cql3.functions that return ArgumentsModifier and TypeMethodDescriptionFunction.newArguments(ProtocolVersion version) Creates some new input arguments for this function.NativeFunction.newArguments(ProtocolVersion version) ToJsonFct.newArguments(ProtocolVersion version) TokenFct.newArguments(ProtocolVersion version) UDAggregate.newArguments(ProtocolVersion version) UDFunction.newArguments(ProtocolVersion version) Methods in org.apache.cassandra.cql3.functions with parameters of type ArgumentsModifier and TypeMethodDescriptionvoidAdds the specified input to this aggregate.Applies this function to the specified arguments.final ByteBufferprotected abstract ObjectJavaUDF.executeAggregateImpl(Object state, Arguments arguments) protected ObjectJavaBasedUDFunction.executeAggregateUserDefined(Object state, Arguments arguments) protected abstract ObjectUDFunction.executeAggregateUserDefined(Object firstParam, Arguments arguments) final ObjectUDFunction.executeForAggregate(Object state, Arguments arguments) protected abstract ByteBufferJavaUDF.executeImpl(Arguments arguments) protected ByteBufferJavaBasedUDFunction.executeUserDefined(Arguments arguments) protected abstract ByteBufferUDFunction.executeUserDefined(Arguments arguments) booleanUDFunction.isCallableWrtNullable(Arguments arguments) -
Uses of Arguments in org.apache.cassandra.cql3.functions.masking
Methods in org.apache.cassandra.cql3.functions.masking that return ArgumentsModifier and TypeMethodDescriptionDefaultMaskingFunction.newArguments(ProtocolVersion version) HashMaskingFunction.newArguments(ProtocolVersion version) NullMaskingFunction.newArguments(ProtocolVersion version) PartialMaskingFunction.newArguments(ProtocolVersion version) ReplaceMaskingFunction.newArguments(ProtocolVersion version) Methods in org.apache.cassandra.cql3.functions.masking with parameters of type ArgumentsModifier and TypeMethodDescription