trait DateLib extends Library with slamdata.Predef.Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DateLib
- Serializable
- Serializable
- Library
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Date: UnaryFunc
- val ExtractCentury: UnaryFunc
- val ExtractDayOfMonth: UnaryFunc
- val ExtractDayOfWeek: UnaryFunc
- val ExtractDayOfYear: UnaryFunc
- val ExtractDecade: UnaryFunc
- val ExtractEpoch: UnaryFunc
- val ExtractHour: UnaryFunc
- val ExtractIsoDayOfWeek: UnaryFunc
- val ExtractIsoYear: UnaryFunc
- val ExtractMicroseconds: UnaryFunc
- val ExtractMillennium: UnaryFunc
- val ExtractMilliseconds: UnaryFunc
- val ExtractMinute: UnaryFunc
- val ExtractMonth: UnaryFunc
- val ExtractQuarter: UnaryFunc
- val ExtractSecond: UnaryFunc
- val ExtractTimezone: UnaryFunc
- val ExtractTimezoneHour: UnaryFunc
- val ExtractTimezoneMinute: UnaryFunc
- val ExtractWeek: UnaryFunc
- val ExtractYear: UnaryFunc
- val Interval: UnaryFunc
- val Now: NullaryFunc
- val StartOfDay: UnaryFunc
- val Time: UnaryFunc
- val TimeOfDay: UnaryFunc
- val Timestamp: UnaryFunc
- val ToTimestamp: UnaryFunc
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
basicUntyper[N <: Nat]: Untyper[N]
- Attributes
- protected
- Definition Classes
- Library
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
constTyper[N <: Nat](codomain: Codomain): Typer[N]
- Attributes
- protected
- Definition Classes
- Library
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
noSimplification: Simplifier
- Attributes
- protected
- Definition Classes
- Library
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
numericWidening: Typer[shapeless.Nat._2]
- Attributes
- protected
- Definition Classes
- Library
- def parseDate(str: slamdata.Predef.String): \/[SemanticError, Date]
- def parseInterval(str: slamdata.Predef.String): \/[SemanticError, Interval]
- def parseTime(str: slamdata.Predef.String): \/[SemanticError, Time]
- def parseTimestamp(str: slamdata.Predef.String): \/[SemanticError, Timestamp]
-
def
partialTyper[N <: Nat](f: slamdata.Predef.PartialFunction[Domain[N], Codomain]): Typer[N]
- Attributes
- protected
- Definition Classes
- Library
-
def
partialTyperOV[N <: Nat](f: (Domain[N]) ⇒ slamdata.Predef.Option[VCodomain]): Typer[N]
- Definition Classes
- Library
-
def
partialTyperV[N <: Nat](f: slamdata.Predef.PartialFunction[Domain[N], VCodomain]): Typer[N]
- Definition Classes
- Library
-
def
partialUntyper[N <: Nat](f: slamdata.Predef.PartialFunction[Codomain, Domain[N]]): Untyper[N]
- Attributes
- protected
- Definition Classes
- Library
-
def
partialUntyperOV[N <: Nat](f: (Codomain) ⇒ slamdata.Predef.Option[VDomain[N]]): Untyper[N]
- Attributes
- protected
- Definition Classes
- Library
-
def
partialUntyperV[N <: Nat](f: slamdata.Predef.PartialFunction[Codomain, VDomain[N]]): Untyper[N]
- Attributes
- protected
- Definition Classes
- Library
- def startOfDay(date: Date): Timestamp
- def startOfDayInstant(date: LocalDate): Instant
- def startOfNextDay(date: Date): Timestamp
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def truncDate(part: TemporalPart, d: Date): \/[SemanticError, Date]
- def truncLocalTime(part: TemporalPart, t: LocalTime): \/[SemanticError, LocalTime]
- def truncTime(part: TemporalPart, t: Time): \/[SemanticError, Time]
- def truncTimestamp(part: TemporalPart, ts: Timestamp): \/[SemanticError, Timestamp]
- def truncZonedDateTime(part: TemporalPart, zdt: ZonedDateTime): \/[SemanticError, ZonedDateTime]
-
def
untyper[N <: Nat](f: (Codomain) ⇒ VDomain[N]): Untyper[N]
- Attributes
- protected
- Definition Classes
- Library
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )