Uses of Class
org.apache.iotdb.db.mpp.transformation.api.YieldableState
-
-
Uses of YieldableState in org.apache.iotdb.db.mpp.execution.operator.process
Methods in org.apache.iotdb.db.mpp.execution.operator.process that return YieldableState Modifier and Type Method Description protected YieldableStateTransformOperator. collectDataPoint(LayerPointReader reader, org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder writer, long currentTime, int readerIndex)protected YieldableStateTransformOperator. iterateAllColumnsToNextValid()protected YieldableStateTransformOperator. iterateReaderToNextValid(LayerPointReader reader) -
Uses of YieldableState in org.apache.iotdb.db.mpp.transformation.api
Methods in org.apache.iotdb.db.mpp.transformation.api that return YieldableState Modifier and Type Method Description static YieldableStateYieldableState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static YieldableState[]YieldableState. values()Returns an array containing the constants of this enum type, in the order they are declared.YieldableStateYieldableReader. yield() -
Uses of YieldableState in org.apache.iotdb.db.mpp.transformation.dag.input
Methods in org.apache.iotdb.db.mpp.transformation.dag.input that return YieldableState Modifier and Type Method Description default YieldableStateIUDFInputDataSet. canYieldNextRowInObjects()Whether the data set has next row.YieldableStateTsBlockInputDataSet. canYieldNextRowInObjects()YieldableStateConstantInputReader. yield() -
Uses of YieldableState in org.apache.iotdb.db.mpp.transformation.dag.intermediate
Methods in org.apache.iotdb.db.mpp.transformation.dag.intermediate that return YieldableState Modifier and Type Method Description YieldableStateMultiInputColumnIntermediateLayer. canYieldNextRowInObjects() -
Uses of YieldableState in org.apache.iotdb.db.mpp.transformation.dag.transformer
Methods in org.apache.iotdb.db.mpp.transformation.dag.transformer that return YieldableState Modifier and Type Method Description YieldableStateTransformer. yield()protected abstract YieldableStateTransformer. yieldValue()if this method returns YieldableState.YIELDABLE, at least one of the cached field should be set -
Uses of YieldableState in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
Methods in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary that return YieldableState Modifier and Type Method Description YieldableStateBinaryTransformer. yieldValue()YieldableStateLogicBinaryTransformer. yieldValue() -
Uses of YieldableState in org.apache.iotdb.db.mpp.transformation.dag.transformer.multi
Methods in org.apache.iotdb.db.mpp.transformation.dag.transformer.multi that return YieldableState Modifier and Type Method Description protected YieldableStateUDFQueryRowTransformer. tryExecuteUDFOnce()protected YieldableStateUDFQueryRowWindowTransformer. tryExecuteUDFOnce()protected abstract YieldableStateUniversalUDFQueryTransformer. tryExecuteUDFOnce()protected YieldableStateMappableUDFQueryRowTransformer. yieldValue()protected YieldableStateUniversalUDFQueryTransformer. yieldValue() -
Uses of YieldableState in org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary
Methods in org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary that return YieldableState Modifier and Type Method Description protected YieldableStateTernaryTransformer. yieldValue() -
Uses of YieldableState in org.apache.iotdb.db.mpp.transformation.dag.transformer.unary
Methods in org.apache.iotdb.db.mpp.transformation.dag.transformer.unary that return YieldableState Modifier and Type Method Description YieldableStateIsNullTransformer. yieldValue()YieldableStateUnaryTransformer. yieldValue() -
Uses of YieldableState in org.apache.iotdb.db.mpp.transformation.dag.util
Methods in org.apache.iotdb.db.mpp.transformation.dag.util that return YieldableState Modifier and Type Method Description static YieldableStateLayerCacheUtils. yieldPoint(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, LayerPointReader source, ElasticSerializableTVList target)static YieldableStateLayerCacheUtils. yieldPoints(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, LayerPointReader source, ElasticSerializableTVList target, int pointNumber)static YieldableStateLayerCacheUtils. yieldRow(IUDFInputDataSet source, ElasticSerializableRowRecordList target)static YieldableStateLayerCacheUtils. yieldRows(IUDFInputDataSet source, ElasticSerializableRowRecordList target, int rowsNumber)
-