Packages

trait DateLib extends Library with slamdata.Predef.Serializable

Linear Supertypes
Serializable, Serializable, Library, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DateLib
  2. Serializable
  3. Serializable
  4. Library
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class TyperW[N <: Nat] extends AnyRef
    Attributes
    protected
    Definition Classes
    Library

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Date: UnaryFunc
  5. val ExtractCentury: UnaryFunc
  6. val ExtractDayOfMonth: UnaryFunc
  7. val ExtractDayOfWeek: UnaryFunc
  8. val ExtractDayOfYear: UnaryFunc
  9. val ExtractDecade: UnaryFunc
  10. val ExtractEpoch: UnaryFunc
  11. val ExtractHour: UnaryFunc
  12. val ExtractIsoDayOfWeek: UnaryFunc
  13. val ExtractIsoYear: UnaryFunc
  14. val ExtractMicroseconds: UnaryFunc
  15. val ExtractMillennium: UnaryFunc
  16. val ExtractMilliseconds: UnaryFunc
  17. val ExtractMinute: UnaryFunc
  18. val ExtractMonth: UnaryFunc
  19. val ExtractQuarter: UnaryFunc
  20. val ExtractSecond: UnaryFunc
  21. val ExtractTimezone: UnaryFunc
  22. val ExtractTimezoneHour: UnaryFunc
  23. val ExtractTimezoneMinute: UnaryFunc
  24. val ExtractWeek: UnaryFunc
  25. val ExtractYear: UnaryFunc
  26. val Interval: UnaryFunc
  27. val Now: NullaryFunc
  28. val StartOfDay: UnaryFunc
  29. val Time: UnaryFunc
  30. val TimeOfDay: UnaryFunc
  31. val Timestamp: UnaryFunc
  32. val ToTimestamp: UnaryFunc
  33. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  34. def basicUntyper[N <: Nat]: Untyper[N]
    Attributes
    protected
    Definition Classes
    Library
  35. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. def constTyper[N <: Nat](codomain: Codomain): Typer[N]
    Attributes
    protected
    Definition Classes
    Library
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  39. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. val noSimplification: Simplifier
    Attributes
    protected
    Definition Classes
    Library
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. def numericWidening: Typer[shapeless.Nat._2]
    Attributes
    protected
    Definition Classes
    Library
  48. def parseDate(str: slamdata.Predef.String): \/[SemanticError, Date]
  49. def parseInterval(str: slamdata.Predef.String): \/[SemanticError, Interval]
  50. def parseTime(str: slamdata.Predef.String): \/[SemanticError, Time]
  51. def parseTimestamp(str: slamdata.Predef.String): \/[SemanticError, Timestamp]
  52. def partialTyper[N <: Nat](f: slamdata.Predef.PartialFunction[Domain[N], Codomain]): Typer[N]
    Attributes
    protected
    Definition Classes
    Library
  53. def partialTyperV[N <: Nat](f: slamdata.Predef.PartialFunction[Domain[N], VCodomain]): Typer[N]
    Definition Classes
    Library
  54. def partialUntyper[N <: Nat](f: slamdata.Predef.PartialFunction[Codomain, Domain[N]]): Untyper[N]
    Attributes
    protected
    Definition Classes
    Library
  55. def partialUntyperOV[N <: Nat](f: (Codomain) ⇒ slamdata.Predef.Option[VDomain[N]]): Untyper[N]
    Attributes
    protected
    Definition Classes
    Library
  56. def partialUntyperV[N <: Nat](f: slamdata.Predef.PartialFunction[Codomain, VDomain[N]]): Untyper[N]
    Attributes
    protected
    Definition Classes
    Library
  57. def startOfDay(date: Date): Timestamp
  58. def startOfDayInstant(date: LocalDate): Instant
  59. def startOfNextDay(date: Date): Timestamp
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. def truncDate(part: TemporalPart, d: Date): \/[SemanticError, Date]
  63. def truncLocalTime(part: TemporalPart, t: LocalTime): \/[SemanticError, LocalTime]
  64. def truncTime(part: TemporalPart, t: Time): \/[SemanticError, Time]
  65. def truncTimestamp(part: TemporalPart, ts: Timestamp): \/[SemanticError, Timestamp]
  66. def truncZonedDateTime(part: TemporalPart, zdt: ZonedDateTime): \/[SemanticError, ZonedDateTime]
  67. def untyper[N <: Nat](f: (Codomain) ⇒ VDomain[N]): Untyper[N]
    Attributes
    protected
    Definition Classes
    Library
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Library

Inherited from AnyRef

Inherited from Any

Ungrouped