public interface Entity
| Modifier and Type | Interface and Description |
|---|---|
static class |
Entity.DATA_CATEGORY |
static class |
Entity.DATA_FORM |
static class |
Entity.DATA_TYPE |
static class |
Entity.PARTITION_TYPE |
| Modifier and Type | Method and Description |
|---|---|
int |
columns() |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_FORM |
getDataForm() |
Entity.DATA_TYPE |
getDataType() |
String |
getString() |
boolean |
isChart() |
boolean |
isChunk() |
boolean |
isDictionary() |
boolean |
isMatrix() |
boolean |
isPair() |
boolean |
isScalar() |
boolean |
isTable() |
boolean |
isVector() |
int |
rows() |
static Entity.DATA_CATEGORY |
typeToCategory(Entity.DATA_TYPE type) |
void |
write(ExtendedDataOutput output) |
Entity.DATA_FORM getDataForm()
Entity.DATA_CATEGORY getDataCategory()
Entity.DATA_TYPE getDataType()
int rows()
int columns()
String getString()
void write(ExtendedDataOutput output) throws IOException
IOExceptionboolean isScalar()
boolean isVector()
boolean isPair()
boolean isTable()
boolean isMatrix()
boolean isDictionary()
boolean isChart()
boolean isChunk()
static Entity.DATA_CATEGORY typeToCategory(Entity.DATA_TYPE type)
Copyright © 2019 DolphinDB. All rights reserved.