public class RowDataToObjectArrayConverter extends Object implements Serializable
InternalRow
RowDataToObjectArrayConverter(RowType rowType)
Object[]
convert(InternalRow rowData)
Predicate
createEqualPredicate(BinaryRow binaryRow)
int
getArity()
RowType
rowType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RowDataToObjectArrayConverter(RowType rowType)
public RowType rowType()
public int getArity()
public Object[] convert(InternalRow rowData)
public Predicate createEqualPredicate(BinaryRow binaryRow)
Copyright © 2023 The Apache Software Foundation. All rights reserved.