public final class CastMap extends Object implements Serializable
Supported cast conversions:
| Constructor and Description |
|---|
CastMap() |
| Modifier and Type | Method and Description |
|---|---|
Object |
castIfNeeded(int pos,
Object val) |
org.apache.flink.table.types.DataType[] |
getFileFieldTypes() |
void |
setFileFieldTypes(org.apache.flink.table.types.DataType[] fileFieldTypes) |
Option<RowDataProjection> |
toRowDataProjection(int[] selectedFields) |
String |
toString() |
public Option<RowDataProjection> toRowDataProjection(int[] selectedFields)
public org.apache.flink.table.types.DataType[] getFileFieldTypes()
public void setFileFieldTypes(org.apache.flink.table.types.DataType[] fileFieldTypes)
Copyright © 2023 The Apache Software Foundation. All rights reserved.