Uses of Class
org.apache.cassandra.cql3.functions.types.LocalDate
Packages that use LocalDate
Package
Description
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
-
Uses of LocalDate in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return LocalDate -
Uses of LocalDate in org.apache.cassandra.cql3.functions.types
Methods in org.apache.cassandra.cql3.functions.types that return LocalDateModifier and TypeMethodDescriptionLocalDate.add(int field, int amount) static LocalDateLocalDate.fromDaysSinceEpoch(int daysSinceEpoch) Builds a new instance from a number of days since January 1st, 1970 GMT.static LocalDateLocalDate.fromMillisSinceEpoch(long millisSinceEpoch) Builds a new instance from a number of milliseconds since January 1st, 1970 GMT.Returns the value fornameas a date (without time).GettableByIndexData.getDate(int i) Returns theith value as a date (without time).Returns the value fornameas a date (without time).Methods in org.apache.cassandra.cql3.functions.types that return types with arguments of type LocalDateModifier and TypeMethodDescriptionTypeCodec.date()Return the default codec for the CQL typedate.Methods in org.apache.cassandra.cql3.functions.types with parameters of type LocalDate