Class TypeUtil
- java.lang.Object
-
- org.apache.cassandra.index.sasi.utils.TypeUtil
-
public class TypeUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TypeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isValid(java.nio.ByteBuffer term, AbstractType<?> validator)
static java.nio.ByteBuffer
tryUpcast(java.nio.ByteBuffer term, AbstractType<?> validator)
-
-
-
Method Detail
-
isValid
public static boolean isValid(java.nio.ByteBuffer term, AbstractType<?> validator)
-
tryUpcast
public static java.nio.ByteBuffer tryUpcast(java.nio.ByteBuffer term, AbstractType<?> validator)
-
-