This supports to eliminate unneeded columns before producing an RDD containing all of its tuples as Row objects.
This supports to eliminate unneeded columns before producing an RDD
containing all of its tuples as Row objects. This reads all the tokens of each line
and then drop unneeded tokens without casting and type-checking by mapping
both the indices produced by requiredColumns and the ones of tokens.