Modifier and Type | Method and Description |
---|---|
void |
FileSystemLookupFunction.open(FunctionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UserDefinedFunction.open(FunctionContext context)
Setup method for user-defined function.
|
MethodHandle |
SpecializedFunction.ExpressionEvaluator.open(FunctionContext context)
Creates and initializes runtime implementation for expression evaluation.
|
Modifier and Type | Method and Description |
---|---|
void |
HiveScalarFunction.open(FunctionContext context) |
void |
HiveGenericUDTF.open(FunctionContext context) |
void |
HiveGenericUDAF.open(FunctionContext context) |
Modifier and Type | Method and Description |
---|---|
MethodHandle |
DefaultExpressionEvaluator.open(FunctionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ArrayMaxFunction.open(FunctionContext context) |
void |
ArrayDistinctFunction.open(FunctionContext context) |
void |
ArrayPositionFunction.open(FunctionContext context) |
void |
ArrayUnionFunction.open(FunctionContext context) |
void |
ArrayContainsFunction.open(FunctionContext context) |
void |
ArrayRemoveFunction.open(FunctionContext context) |
void |
TypeOfFunction.open(FunctionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CachingLookupFunction.open(FunctionContext context)
Open the
CachingLookupFunction . |
void |
CachingAsyncLookupFunction.open(FunctionContext context) |
Modifier and Type | Class and Description |
---|---|
class |
WatermarkGeneratorCodeGeneratorFunctionContextWrapper
A function wrapper for
FunctionContext if the source supports SupportsWatermarkPushDown . |
Modifier and Type | Method and Description |
---|---|
void |
RetryableLookupFunctionDelegator.open(FunctionContext context) |
void |
RetryableAsyncLookupFunctionDelegator.open(FunctionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CsvTableSource.CsvLookupFunction.open(FunctionContext context) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.