public static final class TimeFcts.FloorTimestampFunction 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.FloorTimestampFunction |
newInstance() |
static TimeFcts.FloorTimestampFunction |
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.FloorTimestampFunction newInstance()
public static TimeFcts.FloorTimestampFunction 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-2022 The Apache Software Foundation