public interface Window
| 限定符和类型 | 方法和说明 |
|---|---|
Binary |
getBinary(int index) |
Binary[] |
getBinaryArray() |
boolean |
getBoolean(int index) |
boolean[] |
getBooleanArray() |
TSDataType |
getDataType() |
double |
getDouble(int index) |
double[] |
getDoubleArray() |
float |
getFloat(int index) |
float[] |
getFloatArray() |
int |
getInt(int index) |
int[] |
getIntArray() |
long |
getLong(int index) |
long[] |
getLongArray() |
long |
getTime(int index) |
long[] |
getTimeArray() |
void |
setBinary(int index,
Binary value) |
void |
setBoolean(int index,
boolean value) |
void |
setDouble(int index,
double value) |
void |
setFloat(int index,
float value) |
void |
setInt(int index,
int value) |
void |
setLong(int index,
long value) |
int |
size() |
int size()
TSDataType getDataType()
long getTime(int index)
int getInt(int index)
long getLong(int index)
float getFloat(int index)
double getDouble(int index)
boolean getBoolean(int index)
Binary getBinary(int index)
long[] getTimeArray()
int[] getIntArray()
long[] getLongArray()
float[] getFloatArray()
double[] getDoubleArray()
boolean[] getBooleanArray()
Binary[] getBinaryArray()
void setInt(int index,
int value)
void setLong(int index,
long value)
void setFloat(int index,
float value)
void setDouble(int index,
double value)
void setBoolean(int index,
boolean value)
void setBinary(int index,
Binary value)
Copyright © 2022 The Apache Software Foundation. All rights reserved.