case class PartitionRange(start: String, end: String)(implicit tableUtils: TableUtils) extends DataRange with Ordered[PartitionRange] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartitionRange
- Serializable
- Serializable
- Product
- Equals
- Ordered
- Comparable
- DataRange
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PartitionRange(start: String, end: String)(implicit tableUtils: TableUtils)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
<(that: PartitionRange): Boolean
- Definition Classes
- Ordered
-
def
<=(that: PartitionRange): Boolean
- Definition Classes
- Ordered
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
>(that: PartitionRange): Boolean
- Definition Classes
- Ordered
-
def
>=(that: PartitionRange): Boolean
- Definition Classes
- Ordered
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def betweenClauses: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compare(that: PartitionRange): Int
- Definition Classes
- PartitionRange → Ordered
-
def
compareTo(that: PartitionRange): Int
- Definition Classes
- Ordered → Comparable
- val end: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def genScanQuery(query: Query, table: String, fillIfAbsent: Map[String, String] = Map.empty, partitionColumn: String = tableUtils.partitionColumn): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def intersect(other: PartitionRange): PartitionRange
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def partitions: Seq[String]
- def shift(days: Int): PartitionRange
- val start: String
- def steps(days: Int): Seq[PartitionRange]
- def substituteMacros(template: String): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toTimePoints: Array[Long]
- Definition Classes
- PartitionRange → DataRange
- def valid: Boolean
-
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
- @throws( ... ) @native()
- def whereClauses(partitionColumn: String = tableUtils.partitionColumn): Seq[String]