| Class | Description |
|---|---|
| BuiltInTableFunction<T> |
Base class for runtime implementation represented as
TableFunction that is constructed
from SpecializedFunction.specialize(SpecializedContext). |
| ReplicateRowsFunction |
Replicate the row N times.
|
| UnnestRowsFunction |
Flattens ARRAY, MAP, and MULTISET using a table function.
|
| UnnestRowsFunction.CollectionUnnestTableFunction |
Table function that unwraps the elements of a collection (array or multiset).
|
| UnnestRowsFunction.MapUnnestTableFunction |
Table function that unwraps the elements of a map.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.