B E I O S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- beforeDestroy() - Method in class org.apache.iotdb.udf.SlidingTimeWindowAccessStrategyExample
- beforeStart(UDFParameters, UDTFConfigurations) - Method in class org.apache.iotdb.udf.SlidingTimeWindowAccessStrategyExample
- beforeStart(UDFParameters, UDTFConfigurations) - Method in class org.apache.iotdb.udf.UDTFExample
E
- END - Static variable in class org.apache.iotdb.udf.SlidingTimeWindowAccessStrategyExample
I
- INTERVAL - Static variable in class org.apache.iotdb.udf.SlidingTimeWindowAccessStrategyExample
O
- org.apache.iotdb.udf - package org.apache.iotdb.udf
S
- SlidingTimeWindowAccessStrategyExample - Class in org.apache.iotdb.udf
- SlidingTimeWindowAccessStrategyExample() - Constructor for class org.apache.iotdb.udf.SlidingTimeWindowAccessStrategyExample
- START - Static variable in class org.apache.iotdb.udf.SlidingTimeWindowAccessStrategyExample
- STEP - Static variable in class org.apache.iotdb.udf.SlidingTimeWindowAccessStrategyExample
T
- transform(Row, PointCollector) - Method in class org.apache.iotdb.udf.UDTFExample
- transform(RowWindow, PointCollector) - Method in class org.apache.iotdb.udf.SlidingTimeWindowAccessStrategyExample
U
- UDTFExample - Class in org.apache.iotdb.udf
-
This is an internal example of the UDTF implementation.
- UDTFExample() - Constructor for class org.apache.iotdb.udf.UDTFExample
V
- validate(UDFParameterValidator) - Method in class org.apache.iotdb.udf.SlidingTimeWindowAccessStrategyExample
- validate(UDFParameterValidator) - Method in class org.apache.iotdb.udf.UDTFExample
-
CREATE DATABASE root.sg1; CREATE TIMESERIES root.sg1.d1.s1 WITH DATATYPE=INT32, ENCODING=PLAIN; CREATE TIMESERIES root.sg1.d1.s2 WITH DATATYPE=INT32, ENCODING=PLAIN; INSERT INTO root.sg1.d1(timestamp, s1, s2) VALUES (0, -1, 1); INSERT INTO root.sg1.d1(timestamp, s1, s2) VALUES (1, -2, 2); INSERT INTO root.sg1.d1(timestamp, s1, s2) VALUES (2, -3, 3);
All Classes All Packages