@Beta public class TableMetadata extends Object
| Modifier | Constructor | Description |
|---|---|---|
protected |
TableMetadata() |
Default constructor for Jackson json serialization
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
columnCount() |
Returns the number of columns in the table
|
List<String> |
columnNames() |
Returns a List of the names of all the columns in this table
|
boolean |
equals(Object o) |
|
String |
getName() |
Returns the name of the table
|
int |
getRowCount() |
Returns the number of rows in the table
|
int |
hashCode() |
|
String |
shape() |
Returns a string describing the number of rows and columns in the table.
|
tech.tablesaw.api.Table |
structure() |
Returns a table that describes the columns in this table
|
protected TableMetadata()
public String getName()
public int getRowCount()
public int columnCount()
public String shape()
public List<String> columnNames()
public tech.tablesaw.api.Table structure()
Copyright © 2022. All rights reserved.