Class LayerPointReaderBackedSingleColumnRow
- java.lang.Object
-
- org.apache.iotdb.db.mpp.transformation.dag.adapter.LayerPointReaderBackedSingleColumnRow
-
- All Implemented Interfaces:
org.apache.iotdb.udf.api.access.Row
public class LayerPointReaderBackedSingleColumnRow extends java.lang.Object implements org.apache.iotdb.udf.api.access.Row
-
-
Constructor Summary
Constructors Constructor Description LayerPointReaderBackedSingleColumnRow(LayerPointReader layerPointReader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.iotdb.udf.api.type.BinarygetBinary(int columnIndex)booleangetBoolean(int columnIndex)org.apache.iotdb.udf.api.type.TypegetDataType(int columnIndex)doublegetDouble(int columnIndex)floatgetFloat(int columnIndex)intgetInt(int columnIndex)longgetLong(int columnIndex)java.lang.StringgetString(int columnIndex)longgetTime()booleanisNull(int columnIndex)intsize()
-
-
-
Constructor Detail
-
LayerPointReaderBackedSingleColumnRow
public LayerPointReaderBackedSingleColumnRow(LayerPointReader layerPointReader)
-
-
Method Detail
-
getTime
public long getTime() throws java.io.IOException- Specified by:
getTimein interfaceorg.apache.iotdb.udf.api.access.Row- Throws:
java.io.IOException
-
getInt
public int getInt(int columnIndex) throws java.io.IOException- Specified by:
getIntin interfaceorg.apache.iotdb.udf.api.access.Row- Throws:
java.io.IOException
-
getLong
public long getLong(int columnIndex) throws java.io.IOException- Specified by:
getLongin interfaceorg.apache.iotdb.udf.api.access.Row- Throws:
java.io.IOException
-
getFloat
public float getFloat(int columnIndex) throws java.io.IOException- Specified by:
getFloatin interfaceorg.apache.iotdb.udf.api.access.Row- Throws:
java.io.IOException
-
getDouble
public double getDouble(int columnIndex) throws java.io.IOException- Specified by:
getDoublein interfaceorg.apache.iotdb.udf.api.access.Row- Throws:
java.io.IOException
-
getBoolean
public boolean getBoolean(int columnIndex) throws java.io.IOException- Specified by:
getBooleanin interfaceorg.apache.iotdb.udf.api.access.Row- Throws:
java.io.IOException
-
getBinary
public org.apache.iotdb.udf.api.type.Binary getBinary(int columnIndex) throws java.io.IOException- Specified by:
getBinaryin interfaceorg.apache.iotdb.udf.api.access.Row- Throws:
java.io.IOException
-
getString
public java.lang.String getString(int columnIndex) throws java.io.IOException- Specified by:
getStringin interfaceorg.apache.iotdb.udf.api.access.Row- Throws:
java.io.IOException
-
getDataType
public org.apache.iotdb.udf.api.type.Type getDataType(int columnIndex)
- Specified by:
getDataTypein interfaceorg.apache.iotdb.udf.api.access.Row
-
isNull
public boolean isNull(int columnIndex)
- Specified by:
isNullin interfaceorg.apache.iotdb.udf.api.access.Row
-
size
public int size()
- Specified by:
sizein interfaceorg.apache.iotdb.udf.api.access.Row
-
-