Modifier and Type | Method and Description |
---|---|
UserDefinedFunction |
SpecializedFunction.specialize(SpecializedFunction.SpecializedContext context)
Provides a runtime implementation that is specialized for the given call and session.
|
UserDefinedFunction |
BuiltInFunctionDefinition.specialize(SpecializedFunction.SpecializedContext context) |
Constructor and Description |
---|
BuiltInAggregateFunction(BuiltInFunctionDefinition definition,
SpecializedFunction.SpecializedContext context) |
Constructor and Description |
---|
ArrayContainsFunction(SpecializedFunction.SpecializedContext context) |
BuiltInScalarFunction(BuiltInFunctionDefinition definition,
SpecializedFunction.SpecializedContext context) |
CoalesceFunction(SpecializedFunction.SpecializedContext context) |
IfNullFunction(SpecializedFunction.SpecializedContext context) |
SourceWatermarkFunction(SpecializedFunction.SpecializedContext context) |
TypeOfFunction(SpecializedFunction.SpecializedContext context) |
Modifier and Type | Method and Description |
---|---|
UserDefinedFunction |
UnnestRowsFunction.specialize(SpecializedFunction.SpecializedContext context) |
Constructor and Description |
---|
BuiltInTableFunction(BuiltInFunctionDefinition definition,
SpecializedFunction.SpecializedContext context) |
CollectionUnnestTableFunction(SpecializedFunction.SpecializedContext context,
LogicalType outputType,
ArrayData.ElementGetter elementGetter) |
MapUnnestTableFunction(SpecializedFunction.SpecializedContext context,
LogicalType outputType,
ArrayData.ElementGetter keyGetter,
ArrayData.ElementGetter valueGetter) |
ReplicateRowsFunction(SpecializedFunction.SpecializedContext specializedContext) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.