public class InternalRowToRowFunction extends Object implements java.util.function.Function<org.apache.spark.sql.catalyst.InternalRow,org.apache.spark.sql.Row>, Serializable
| Constructor and Description |
|---|
InternalRowToRowFunction(org.apache.spark.sql.types.StructType schema) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.spark.sql.Row |
apply(org.apache.spark.sql.catalyst.InternalRow internalRow) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic InternalRowToRowFunction(org.apache.spark.sql.types.StructType schema)
public org.apache.spark.sql.Row apply(org.apache.spark.sql.catalyst.InternalRow internalRow)
apply in interface java.util.function.Function<org.apache.spark.sql.catalyst.InternalRow,org.apache.spark.sql.Row>Copyright © 2024. All rights reserved.