public class SequenceToRows extends Object implements org.apache.spark.api.java.function.FlatMapFunction<List<List<Writable>>,org.apache.spark.sql.Row>
Constructor and Description |
---|
SequenceToRows(Schema schema) |
Modifier and Type | Method and Description |
---|---|
Iterator<org.apache.spark.sql.Row> |
call(List<List<Writable>> sequence) |
public SequenceToRows(Schema schema)
Copyright © 2020. All rights reserved.