final class TimestampOffsetBySlice extends Offset
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimestampOffsetBySlice
- Offset
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def equals(other: Any): Boolean
- Definition Classes
- TimestampOffsetBySlice → AnyRef → Any
- def getOffset(slice: Int): [TimestampOffset]
Java API
- def getOffsets(): [, TimestampOffset]
Java API
- def hashCode(): Int
- Definition Classes
- TimestampOffsetBySlice → AnyRef → Any
- def offset(slice: Int): [TimestampOffset]
- val offsets: Map[, TimestampOffset]
- def toString(): String
- Definition Classes
- TimestampOffsetBySlice → AnyRef → Any
Timestamp-based offset by slice.
API May Change