public static final class TimeFcts.FloorTimeUuidFunction extends NativeScalarFunction
AssignmentTestable.TestResult
argTypes, name, returnType
UNRESOLVED
Modifier and Type | Method and Description |
---|---|
protected java.nio.ByteBuffer |
fromTimeInMillis(long timeInMillis)
Serializes the specified time.
|
static TimeFcts.FloorTimeUuidFunction |
newInstance() |
static TimeFcts.FloorTimeUuidFunction |
newInstanceWithStartTimeArgument() |
protected java.lang.Long |
toStartingTimeInMillis(java.nio.ByteBuffer bytes)
Deserializes the specified starting time.
|
protected java.lang.Long |
toTimeInMillis(java.nio.ByteBuffer bytes)
Deserializes the specified input time.
|
isAggregate, isCalledOnNullInput
isNative, isPure
addFunctionsTo, argTypes, argumentsList, columnName, elementKeyspace, elementName, equals, hashCode, name, referencesUserType, returnType, testAssignment, toCqlString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isMonotonic, partialApplication
addFunctionsTo, argTypes, columnName, compare, isNative, isPure, name, referencesUserType, returnType
testAssignment
public static TimeFcts.FloorTimeUuidFunction newInstance()
public static TimeFcts.FloorTimeUuidFunction newInstanceWithStartTimeArgument()
protected java.nio.ByteBuffer fromTimeInMillis(long timeInMillis)
timeInMillis
- the time in millisecondsprotected java.lang.Long toStartingTimeInMillis(java.nio.ByteBuffer bytes)
bytes
- the serialized starting timeprotected java.lang.Long toTimeInMillis(java.nio.ByteBuffer bytes)
bytes
- the serialized timeCopyright © 2009- The Apache Software Foundation