public class SawMetadata extends Object
| Modifier | Constructor | Description |
|---|---|---|
protected |
SawMetadata() |
Default constructor for Jackson json serialization
|
|
SawMetadata(tech.tablesaw.api.Table table,
WriteOptions options) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
columnCount() |
|
List<String> |
columnNames() |
|
boolean |
equals(Object o) |
|
List<ColumnMetadata> |
getColumnMetadataList() |
|
CompressionType |
getCompressionType() |
|
EncryptionType |
getEncryptionType() |
|
int |
getRowCount() |
|
TableMetadata |
getTableMetadata() |
|
String |
getTableName() |
|
int |
getVersion() |
Returns the saw file format version used to create this file
|
int |
hashCode() |
|
String |
shape() |
|
tech.tablesaw.api.Table |
structure() |
public SawMetadata(tech.tablesaw.api.Table table,
WriteOptions options)
protected SawMetadata()
public TableMetadata getTableMetadata()
public int getVersion()
public CompressionType getCompressionType()
public EncryptionType getEncryptionType()
public List<ColumnMetadata> getColumnMetadataList()
public tech.tablesaw.api.Table structure()
public String getTableName()
public int getRowCount()
public int columnCount()
public String shape()
Copyright © 2022. All rights reserved.