Interface ArrayFieldGetter
-
public interface ArrayFieldGetterCreates an accessor for getting elements in an array data structure at the given position.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ArrayFieldGettercreateFieldGetter(org.apache.flink.table.types.logical.LogicalType type)ObjectgetObjectOrNull(org.apache.flink.table.data.ArrayData array, int index)
-
-
-
Method Detail
-
getObjectOrNull
@Nullable Object getObjectOrNull(org.apache.flink.table.data.ArrayData array, int index)
-
createFieldGetter
static ArrayFieldGetter createFieldGetter(org.apache.flink.table.types.logical.LogicalType type)
-
-