public class BasicTable extends AbstractEntity implements Table
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.PARTITION_TYPE| Constructor and Description |
|---|
BasicTable(ExtendedDataInput in) |
BasicTable(List<String> colNames,
List<Vector> cols) |
| Modifier and Type | Method and Description |
|---|---|
int |
columns() |
Vector |
getColumn(int index) |
Vector |
getColumn(String name) |
String |
getColumnName(int index) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_FORM |
getDataForm() |
Entity.DATA_TYPE |
getDataType() |
String |
getString() |
int |
rows() |
void |
setColName(List<String> colNames) |
void |
setColumns(List<Vector> cols) |
void |
write(ExtendedDataOutput out) |
getDataCategory, isChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVectorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVector, typeToCategorypublic BasicTable(ExtendedDataInput in) throws IOException
IOExceptionpublic Entity.DATA_CATEGORY getDataCategory()
getDataCategory in interface Entitypublic Entity.DATA_TYPE getDataType()
getDataType in interface Entitypublic Entity.DATA_FORM getDataForm()
getDataForm in interface EntitygetDataForm in class AbstractEntitypublic String getColumnName(int index)
getColumnName in interface Tablepublic void write(ExtendedDataOutput out) throws IOException
write in interface EntityIOExceptionCopyright © 2019 DolphinDB. All rights reserved.