public class ProjectToRowFunction extends Object implements SerBiFunction<InternalRow,BinaryRow,InternalRow>
BinaryRow fields into InternalRow.| 构造器和说明 |
|---|
ProjectToRowFunction(RowType rowType,
List<String> projectFields) |
public InternalRow apply(InternalRow input, BinaryRow project)
apply 在接口中 java.util.function.BiFunction<InternalRow,BinaryRow,InternalRow>Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.