Uses of Class
org.apache.iotdb.db.mpp.transformation.datastructure.row.ElasticSerializableRowRecordList
-
Packages that use ElasticSerializableRowRecordList Package Description org.apache.iotdb.db.mpp.transformation.dag.adapter org.apache.iotdb.db.mpp.transformation.dag.util -
-
Uses of ElasticSerializableRowRecordList in org.apache.iotdb.db.mpp.transformation.dag.adapter
Constructors in org.apache.iotdb.db.mpp.transformation.dag.adapter with parameters of type ElasticSerializableRowRecordList Constructor Description ElasticSerializableRowRecordListBackedMultiColumnWindow(ElasticSerializableRowRecordList rowRecordList)ElasticSerializableRowRecordListBackedMultiColumnWindowIterator(ElasticSerializableRowRecordList rowRecordList, int beginIndex, int endIndex) -
Uses of ElasticSerializableRowRecordList in org.apache.iotdb.db.mpp.transformation.dag.util
Methods in org.apache.iotdb.db.mpp.transformation.dag.util with parameters of type ElasticSerializableRowRecordList 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)
-