@Internal public final class SqlUnnestUtils extends Object
UNNEST.| 限定符和类型 | 类和说明 |
|---|---|
static class |
SqlUnnestUtils.CollectionUnnestTableFunction
Table function that unwraps the elements of a collection (array or multiset).
|
static class |
SqlUnnestUtils.MapUnnestTableFunction
Table function that unwraps the elements of a map.
|
static class |
SqlUnnestUtils.UnnestTableFunction
Base table function for all unnest functions.
|
public static SqlUnnestUtils.UnnestTableFunction createUnnestFunction(org.apache.flink.table.types.logical.LogicalType t)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.