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 class
UDFContextImpl
Package private implementation ofUDFContext
Fields in org.apache.cassandra.cql3.functions declared as UDFContext Modifier and Type Field Description protected UDFContext
JavaUDF. udfContext
protected UDFContext
UDFunction. udfContext
Constructors in org.apache.cassandra.cql3.functions with parameters of type UDFContext Constructor Description JavaUDF(UDFDataType returnType, UDFContext udfContext)
-