Package | Description |
---|---|
org.apache.flink.table.functions | |
org.apache.flink.table.types.inference |
Modifier and Type | Method and Description |
---|---|
TypeInference |
BuiltInFunctionDefinition.getTypeInference()
Currently, the type inference is just exposed here.
|
Modifier and Type | Method and Description |
---|---|
TypeInference |
TypeInference.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static String |
TypeInferenceUtil.generateSignature(String name,
FunctionDefinition definition,
TypeInference typeInference)
Generates a signature of the given
FunctionDefinition . |
static TypeInferenceUtil.Result |
TypeInferenceUtil.runTypeInference(TypeInference typeInference,
CallContext callContext,
TypeInferenceUtil.SurroundingInfo surroundingInfo)
Runs the type inference process.
|
Constructor and Description |
---|
SurroundingInfo(String name,
FunctionDefinition functionDefinition,
TypeInference typeInference,
int argumentCount,
int innerCallPosition) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.