@Internal public final class SqlUnnestUtils extends Object
UNNEST.| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlUnnestUtils.UnnestTableFunction |
createUnnestFunction(org.apache.flink.table.types.logical.LogicalType t) |
public static SqlUnnestUtils.UnnestTableFunction createUnnestFunction(org.apache.flink.table.types.logical.LogicalType t)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.