Uses of Class
org.apache.iotdb.db.qp.physical.crud.UDTFPlan
-
-
Uses of UDTFPlan in org.apache.iotdb.db.mpp.plan.expression
Methods in org.apache.iotdb.db.mpp.plan.expression with parameters of type UDTFPlan Modifier and Type Method Description abstract voidExpression. bindInputLayerColumnIndexWithExpression(UDTFPlan udtfPlan)Deprecated. -
Uses of UDTFPlan in org.apache.iotdb.db.mpp.plan.expression.binary
Methods in org.apache.iotdb.db.mpp.plan.expression.binary with parameters of type UDTFPlan Modifier and Type Method Description voidBinaryExpression. bindInputLayerColumnIndexWithExpression(UDTFPlan udtfPlan) -
Uses of UDTFPlan in org.apache.iotdb.db.mpp.plan.expression.leaf
Methods in org.apache.iotdb.db.mpp.plan.expression.leaf with parameters of type UDTFPlan Modifier and Type Method Description voidConstantOperand. bindInputLayerColumnIndexWithExpression(UDTFPlan udtfPlan)voidTimeSeriesOperand. bindInputLayerColumnIndexWithExpression(UDTFPlan udtfPlan)voidTimestampOperand. bindInputLayerColumnIndexWithExpression(UDTFPlan udtfPlan) -
Uses of UDTFPlan in org.apache.iotdb.db.mpp.plan.expression.multi
Methods in org.apache.iotdb.db.mpp.plan.expression.multi with parameters of type UDTFPlan Modifier and Type Method Description voidFunctionExpression. bindInputLayerColumnIndexWithExpression(UDTFPlan udtfPlan) -
Uses of UDTFPlan in org.apache.iotdb.db.mpp.plan.expression.ternary
Methods in org.apache.iotdb.db.mpp.plan.expression.ternary with parameters of type UDTFPlan Modifier and Type Method Description voidTernaryExpression. bindInputLayerColumnIndexWithExpression(UDTFPlan udtfPlan) -
Uses of UDTFPlan in org.apache.iotdb.db.mpp.plan.expression.unary
Methods in org.apache.iotdb.db.mpp.plan.expression.unary with parameters of type UDTFPlan Modifier and Type Method Description voidUnaryExpression. bindInputLayerColumnIndexWithExpression(UDTFPlan udtfPlan) -
Uses of UDTFPlan in org.apache.iotdb.db.mpp.transformation.dag.builder
Constructors in org.apache.iotdb.db.mpp.transformation.dag.builder with parameters of type UDTFPlan Constructor Description DAGBuilder(long queryId, UDTFPlan udtfPlan, QueryDataSetInputLayer inputLayer, float memoryBudgetInMB) -
Uses of UDTFPlan in org.apache.iotdb.db.mpp.transformation.dag.input
Constructors in org.apache.iotdb.db.mpp.transformation.dag.input with parameters of type UDTFPlan Constructor Description QueryDataSetInputLayer(long queryId, float memoryBudgetInMB, UDTFPlan queryPlan, java.util.List<ManagedSeriesReader> readers)InputLayerWithoutValueFilter -
Uses of UDTFPlan in org.apache.iotdb.db.qp.physical.crud
Subclasses of UDTFPlan in org.apache.iotdb.db.qp.physical.crud Modifier and Type Class Description classUDAFPlanThe physical plan of aggregation query with UDF nested -
Uses of UDTFPlan in org.apache.iotdb.db.query.dataset
Fields in org.apache.iotdb.db.query.dataset declared as UDTFPlan Modifier and Type Field Description protected UDTFPlanUDTFDataSet. udtfPlanConstructors in org.apache.iotdb.db.query.dataset with parameters of type UDTFPlan Constructor Description UDFRawQueryInputDataSetWithoutValueFilter(long queryId, UDTFPlan queryPlan, java.util.List<ManagedSeriesReader> readers)UDTFAlignByTimeDataSet(QueryContext context, UDTFPlan udtfPlan, java.util.List<ManagedSeriesReader> readersOfSelectedSeries)execute without value filterUDTFAlignByTimeDataSet(QueryContext context, UDTFPlan udtfPlan, IUDFInputDataSet inputDataSet, boolean keepNull)UDTFAlignByTimeDataSet(QueryContext context, UDTFPlan udtfPlan, org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator timestampGenerator, java.util.List<IReaderByTimestamp> readersOfSelectedSeries, java.util.List<java.util.List<java.lang.Integer>> readerToIndexList, java.util.List<java.lang.Boolean> cached)execute with value filterUDTFDataSet(QueryContext queryContext, UDTFPlan udtfPlan, java.util.List<org.apache.iotdb.commons.path.PartialPath> deduplicatedPaths, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> deduplicatedDataTypes, java.util.List<ManagedSeriesReader> readersOfSelectedSeries)execute without value filtersUDTFDataSet(QueryContext queryContext, UDTFPlan udtfPlan, java.util.List<org.apache.iotdb.commons.path.PartialPath> deduplicatedPaths, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> deduplicatedDataTypes, org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator timestampGenerator, java.util.List<IReaderByTimestamp> readersOfSelectedSeries, java.util.List<java.util.List<java.lang.Integer>> readerToIndexList, java.util.List<java.lang.Boolean> cached)execute with value filtersUDTFDataSet(QueryContext queryContext, UDTFPlan udtfPlan, IUDFInputDataSet dataSet)UDTFNonAlignDataSet(QueryContext context, UDTFPlan udtfPlan, java.util.List<ManagedSeriesReader> readersOfSelectedSeries)execute without value filterUDTFNonAlignDataSet(QueryContext context, UDTFPlan udtfPlan, org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator timestampGenerator, java.util.List<IReaderByTimestamp> readersOfSelectedSeries, java.util.List<java.util.List<java.lang.Integer>> readerToIndexList, java.util.List<java.lang.Boolean> cached)execute with value filter -
Uses of UDTFPlan in org.apache.iotdb.db.query.executor
Fields in org.apache.iotdb.db.query.executor declared as UDTFPlan Modifier and Type Field Description protected UDTFPlanUDFQueryExecutor. udtfPlanMethods in org.apache.iotdb.db.query.executor with parameters of type UDTFPlan Modifier and Type Method Description org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. udtfQuery(UDTFPlan udtfPlan, QueryContext context)Execute UDTF queryorg.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. udtfQuery(UDTFPlan udtfPlan, QueryContext context)Constructors in org.apache.iotdb.db.query.executor with parameters of type UDTFPlan Constructor Description UDFQueryExecutor(UDTFPlan udtfPlan)
-