Class BytesConversionFcts
- java.lang.Object
-
- org.apache.cassandra.cql3.functions.BytesConversionFcts
-
public abstract class BytesConversionFcts extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Function
BlobAsVarcharFct
static Function
VarcharAsBlobFct
-
Constructor Summary
Constructors Constructor Description BytesConversionFcts()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Collection<Function>
all()
static Function
makeFromBlobFunction(AbstractType<?> toType)
static Function
makeToBlobFunction(AbstractType<?> fromType)
-
-
-
Method Detail
-
all
public static java.util.Collection<Function> all()
-
makeToBlobFunction
public static Function makeToBlobFunction(AbstractType<?> fromType)
-
makeFromBlobFunction
public static Function makeFromBlobFunction(AbstractType<?> toType)
-
-