final case classShiftedRead[A](path: A, idStatus: IdStatus) extends Product with Serializable
Similar to Read, but returns a dataset with an entry for each record. If
idStatus is IncludeId, then it returns a two-element array for each
record, with the id at element 0 and the record itself at element 1. If it’s
ExcludeId, then it simply returns the record.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Similar to Read, but returns a dataset with an entry for each record. If
idStatus
is IncludeId, then it returns a two-element array for each record, with the id at element 0 and the record itself at element 1. If it’s ExcludeId, then it simply returns the record.