Skip navigation links

Package org.apache.cassandra.cql3.functions.types

Contains pieces of the Java Driver that are needed to handle data types in C* User-Defined-Functions/Aggregates.

See: Description

Package org.apache.cassandra.cql3.functions.types Description

Contains pieces of the Java Driver that are needed to handle data types in C* User-Defined-Functions/Aggregates.

The code has been copied from the Java Driver source but not especially adopted. Existing UDFs may rely on certain classes and interfaces, so changing interfaces and classes in this package must be performed very carefully to not break those existing UDFs.

Some of the functionality in this package is probably duplicated, especially the type parsing and value formatting/parsing code is.

But referencing code outside this package can break UDFs as the UDF sandbox can prevent the use of code outside this package.

Comments in the classes in this package have been left as they were in the Java Driver.

Skip navigation links

Copyright © 2009-2022 The Apache Software Foundation