Uses of Class
org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFExecutor
-
-
Uses of UDTFExecutor in org.apache.iotdb.db.mpp.plan.expression
Method parameters in org.apache.iotdb.db.mpp.plan.expression with type arguments of type UDTFExecutor Modifier and Type Method Description abstract voidExpression. constructUdfExecutors(java.util.Map<java.lang.String,UDTFExecutor> expressionName2Executor, java.time.ZoneId zoneId) -
Uses of UDTFExecutor in org.apache.iotdb.db.mpp.plan.expression.binary
Method parameters in org.apache.iotdb.db.mpp.plan.expression.binary with type arguments of type UDTFExecutor Modifier and Type Method Description voidBinaryExpression. constructUdfExecutors(java.util.Map<java.lang.String,UDTFExecutor> expressionName2Executor, java.time.ZoneId zoneId) -
Uses of UDTFExecutor in org.apache.iotdb.db.mpp.plan.expression.leaf
Method parameters in org.apache.iotdb.db.mpp.plan.expression.leaf with type arguments of type UDTFExecutor Modifier and Type Method Description voidLeafOperand. constructUdfExecutors(java.util.Map<java.lang.String,UDTFExecutor> expressionName2Executor, java.time.ZoneId zoneId) -
Uses of UDTFExecutor in org.apache.iotdb.db.mpp.plan.expression.multi
Method parameters in org.apache.iotdb.db.mpp.plan.expression.multi with type arguments of type UDTFExecutor Modifier and Type Method Description voidFunctionExpression. constructUdfExecutors(java.util.Map<java.lang.String,UDTFExecutor> expressionName2Executor, java.time.ZoneId zoneId) -
Uses of UDTFExecutor in org.apache.iotdb.db.mpp.plan.expression.ternary
Method parameters in org.apache.iotdb.db.mpp.plan.expression.ternary with type arguments of type UDTFExecutor Modifier and Type Method Description voidTernaryExpression. constructUdfExecutors(java.util.Map<java.lang.String,UDTFExecutor> expressionName2Executor, java.time.ZoneId zoneId) -
Uses of UDTFExecutor in org.apache.iotdb.db.mpp.plan.expression.unary
Method parameters in org.apache.iotdb.db.mpp.plan.expression.unary with type arguments of type UDTFExecutor Modifier and Type Method Description voidUnaryExpression. constructUdfExecutors(java.util.Map<java.lang.String,UDTFExecutor> expressionName2Executor, java.time.ZoneId zoneId) -
Uses of UDTFExecutor in org.apache.iotdb.db.mpp.transformation.dag.column.multi
Constructors in org.apache.iotdb.db.mpp.transformation.dag.column.multi with parameters of type UDTFExecutor Constructor Description MappableUDFColumnTransformer(org.apache.iotdb.tsfile.read.common.type.Type returnType, ColumnTransformer[] inputColumnTransformers, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[] inputDataTypes, UDTFExecutor executor) -
Uses of UDTFExecutor in org.apache.iotdb.db.mpp.transformation.dag.transformer.multi
Fields in org.apache.iotdb.db.mpp.transformation.dag.transformer.multi declared as UDTFExecutor Modifier and Type Field Description protected UDTFExecutorUDFQueryTransformer. executorConstructors in org.apache.iotdb.db.mpp.transformation.dag.transformer.multi with parameters of type UDTFExecutor Constructor Description MappableUDFQueryRowTransformer(LayerRowReader layerRowReader, UDTFExecutor executor)UDFQueryRowTransformer(LayerRowReader layerRowReader, UDTFExecutor executor)UDFQueryRowWindowTransformer(LayerRowWindowReader layerRowWindowReader, UDTFExecutor executor)UDFQueryTransformer(UDTFExecutor executor)UniversalUDFQueryTransformer(UDTFExecutor executor) -
Uses of UDTFExecutor in org.apache.iotdb.db.mpp.transformation.dag.udf
Fields in org.apache.iotdb.db.mpp.transformation.dag.udf with type parameters of type UDTFExecutor Modifier and Type Field Description protected java.util.Map<java.lang.String,UDTFExecutor>UDTFContext. expressionName2ExecutorMethods in org.apache.iotdb.db.mpp.transformation.dag.udf that return UDTFExecutor Modifier and Type Method Description UDTFExecutorUDTFContext. getExecutorByFunctionExpression(FunctionExpression functionExpression)
-