public class ReassignFieldId extends DataTypeDefaultVisitor<DataType>
Constructor and Description |
---|
ReassignFieldId(AtomicInteger fieldId) |
Modifier and Type | Method and Description |
---|---|
protected DataType |
defaultMethod(DataType dataType) |
static DataType |
reassign(DataType input,
AtomicInteger fieldId) |
DataType |
visit(ArrayType arrayType) |
DataType |
visit(MapType mapType) |
DataType |
visit(MultisetType multisetType) |
DataType |
visit(RowType rowType) |
public ReassignFieldId(AtomicInteger fieldId)
public static DataType reassign(DataType input, AtomicInteger fieldId)
public DataType visit(ArrayType arrayType)
visit
in interface DataTypeVisitor<DataType>
visit
in class DataTypeDefaultVisitor<DataType>
public DataType visit(MultisetType multisetType)
visit
in interface DataTypeVisitor<DataType>
visit
in class DataTypeDefaultVisitor<DataType>
public DataType visit(MapType mapType)
visit
in interface DataTypeVisitor<DataType>
visit
in class DataTypeDefaultVisitor<DataType>
public DataType visit(RowType rowType)
visit
in interface DataTypeVisitor<DataType>
visit
in class DataTypeDefaultVisitor<DataType>
protected DataType defaultMethod(DataType dataType)
defaultMethod
in class DataTypeDefaultVisitor<DataType>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.