Uses of Class
org.apache.cassandra.cql3.functions.types.Duration
Packages that use Duration
Package
Description
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
-
Uses of Duration in org.apache.cassandra.cql3.functions.types
Methods in org.apache.cassandra.cql3.functions.types that return DurationModifier and TypeMethodDescriptionstatic DurationConverts aStringinto a duration.static DurationDuration.newInstance(int months, int days, long nanoseconds) Creates a duration with the given number of months, days and nanoseconds.Methods in org.apache.cassandra.cql3.functions.types that return types with arguments of type DurationModifier and TypeMethodDescriptionTypeCodec.duration()Returns the default codec for theDuration type.