Uses of Class
org.apache.iotdb.db.mpp.transformation.datastructure.tv.ElasticSerializableTVList
-
-
Uses of ElasticSerializableTVList in org.apache.iotdb.db.mpp.transformation.dag.adapter
Constructors in org.apache.iotdb.db.mpp.transformation.dag.adapter with parameters of type ElasticSerializableTVList Constructor Description ElasticSerializableTVListBackedSingleColumnRow(ElasticSerializableTVList tvList, int currentRowIndex)ElasticSerializableTVListBackedSingleColumnWindow(ElasticSerializableTVList tvList)ElasticSerializableTVListBackedSingleColumnWindowIterator(ElasticSerializableTVList tvList, int beginIndex, int endIndex) -
Uses of ElasticSerializableTVList in org.apache.iotdb.db.mpp.transformation.dag.udf
Fields in org.apache.iotdb.db.mpp.transformation.dag.udf declared as ElasticSerializableTVList Modifier and Type Field Description protected ElasticSerializableTVListUDTFExecutor. collectorMethods in org.apache.iotdb.db.mpp.transformation.dag.udf that return ElasticSerializableTVList Modifier and Type Method Description ElasticSerializableTVListUDTFExecutor. getCollector() -
Uses of ElasticSerializableTVList in org.apache.iotdb.db.mpp.transformation.dag.util
Methods in org.apache.iotdb.db.mpp.transformation.dag.util with parameters of type ElasticSerializableTVList Modifier and Type Method Description static booleanLayerCacheUtils. cachePoint(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, LayerPointReader source, ElasticSerializableTVList target)static intLayerCacheUtils. cachePoints(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, LayerPointReader source, ElasticSerializableTVList target, int pointNumber)static booleanTransformUtils. splitWindowForStateWindow(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, ValueRecorder valueRecorder, double delta, ElasticSerializableTVList tvList)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) -
Uses of ElasticSerializableTVList in org.apache.iotdb.db.mpp.transformation.datastructure.tv
Subclasses of ElasticSerializableTVList in org.apache.iotdb.db.mpp.transformation.datastructure.tv Modifier and Type Class Description classElasticSerializableBinaryTVListMethods in org.apache.iotdb.db.mpp.transformation.datastructure.tv that return ElasticSerializableTVList Modifier and Type Method Description static ElasticSerializableTVListElasticSerializableTVList. newElasticSerializableTVList(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, long queryId, float memoryLimitInMB, int cacheSize)
-