Uses of Interface
org.apache.iotdb.db.mpp.transformation.dag.input.IUDFInputDataSet
-
-
Uses of IUDFInputDataSet in org.apache.iotdb.db.mpp.transformation.dag.input
Classes in org.apache.iotdb.db.mpp.transformation.dag.input that implement IUDFInputDataSet Modifier and Type Class Description classTsBlockInputDataSetConstructors in org.apache.iotdb.db.mpp.transformation.dag.input with parameters of type IUDFInputDataSet Constructor Description QueryDataSetInputLayer(long queryId, float memoryBudgetInMB, IUDFInputDataSet queryDataSet) -
Uses of IUDFInputDataSet in org.apache.iotdb.db.mpp.transformation.dag.intermediate
Classes in org.apache.iotdb.db.mpp.transformation.dag.intermediate that implement IUDFInputDataSet Modifier and Type Class Description classMultiInputColumnIntermediateLayer -
Uses of IUDFInputDataSet in org.apache.iotdb.db.mpp.transformation.dag.util
Methods in org.apache.iotdb.db.mpp.transformation.dag.util with parameters of type IUDFInputDataSet Modifier and Type Method Description static booleanLayerCacheUtils. cacheRow(IUDFInputDataSet source, ElasticSerializableRowRecordList target)static intLayerCacheUtils. cacheRows(IUDFInputDataSet source, ElasticSerializableRowRecordList target, int rowsNumber)static YieldableStateLayerCacheUtils. yieldRow(IUDFInputDataSet source, ElasticSerializableRowRecordList target)static YieldableStateLayerCacheUtils. yieldRows(IUDFInputDataSet source, ElasticSerializableRowRecordList target, int rowsNumber) -
Uses of IUDFInputDataSet in org.apache.iotdb.db.query.dataset
Classes in org.apache.iotdb.db.query.dataset that implement IUDFInputDataSet Modifier and Type Class Description classRawQueryDataSetWithValueFilterclassUDFInputDataSetthe input data set of an UDAF query.classUDFRawQueryInputDataSetWithoutValueFilterConstructors in org.apache.iotdb.db.query.dataset with parameters of type IUDFInputDataSet Constructor Description UDTFAlignByTimeDataSet(QueryContext context, UDTFPlan udtfPlan, IUDFInputDataSet inputDataSet, boolean keepNull)UDTFDataSet(QueryContext queryContext, UDTFPlan udtfPlan, IUDFInputDataSet dataSet)
-