| BuiltInTableFunction<T> |
Base class for runtime implementation represented as TableFunction that is constructed
from BuiltInFunctionDefinition.specialize(SpecializedContext).
|
| ReplicateRowsFunction |
Replicate the row N times.
|
| UnnestRowsFunction |
Flattens ARRAY, MAP, and MULTISET using a table function.
|
| UnnestRowsFunction.CollectionUnnestFunction |
Table function that unwraps the elements of a collection (array or multiset).
|
| UnnestRowsFunction.MapUnnestFunction |
Table function that unwraps the elements of a map.
|
| UnnestRowsFunctionBase |
Base class for flattening ARRAY, MAP, and MULTISET using a table function.
|
| UnnestRowsFunctionBase.UnnestTableFunctionBase |
Base class for table functions that unwrap collections and maps.
|
| UnnestRowsWithOrdinalityFunction |
Flattens ARRAY, MAP, and MULTISET using a table function and adds one extra column with the
position of the element.
|
| UnnestRowsWithOrdinalityFunction.CollectionUnnestWithOrdinalityFunction |
Table function that unwraps the elements of a collection (array or multiset) with ordinality.
|
| UnnestRowsWithOrdinalityFunction.MapUnnestWithOrdinalityFunction |
Table function that unwraps the elements of a map with ordinality.
|