Uses of Interface
org.apache.cassandra.cql3.functions.UDFContext
-
Packages that use UDFContext Package Description org.apache.cassandra.cql3.functions -
-
Uses of UDFContext in org.apache.cassandra.cql3.functions
Classes in org.apache.cassandra.cql3.functions that implement UDFContext Modifier and Type Class Description classUDFContextImplPackage private implementation ofUDFContextFields in org.apache.cassandra.cql3.functions declared as UDFContext Modifier and Type Field Description protected UDFContextJavaUDF. udfContextprotected UDFContextUDFunction. udfContextConstructors in org.apache.cassandra.cql3.functions with parameters of type UDFContext Constructor Description JavaUDF(TypeCodec<java.lang.Object> returnCodec, TypeCodec<java.lang.Object>[] argCodecs, UDFContext udfContext)
-