public class ProjectToRowFunction extends Object implements SerBiFunction<InternalRow,BinaryRow,InternalRow>
BinaryRow
fields into InternalRow
.Constructor and Description |
---|
ProjectToRowFunction(RowType rowType,
List<String> projectFields) |
Modifier and Type | Method and Description |
---|---|
InternalRow |
apply(InternalRow input,
BinaryRow project) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public InternalRow apply(InternalRow input, BinaryRow project)
apply
in interface java.util.function.BiFunction<InternalRow,BinaryRow,InternalRow>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.