C D E G H N R S T V W 

C

columnCount() - Method in class tech.tablesaw.io.saw.SawMetadata
 
columnCount() - Method in class tech.tablesaw.io.saw.SawReader
 
columnCount() - Method in class tech.tablesaw.io.saw.TableMetadata
Returns the number of columns in the table
ColumnMetadata - Class in tech.tablesaw.io.saw
Data about a specific column used in it's persistence
ColumnMetadata() - Constructor for class tech.tablesaw.io.saw.ColumnMetadata
Constructs an instance of ColumnMetaData
columnNames() - Method in class tech.tablesaw.io.saw.SawMetadata
 
columnNames() - Method in class tech.tablesaw.io.saw.SawReader
 
columnNames() - Method in class tech.tablesaw.io.saw.TableMetadata
Returns a List of the names of all the columns in this table
compressionType(CompressionType) - Method in class tech.tablesaw.io.saw.WriteOptions
 
CompressionType - Enum in tech.tablesaw.io.saw
What compression algorithm was applied, or should be applied in reading/writing a Saw File

D

defaultOptions() - Static method in class tech.tablesaw.io.saw.ReadOptions
 
defaultOptions() - Static method in class tech.tablesaw.io.saw.WriteOptions
 

E

encryptionType(EncryptionType) - Method in class tech.tablesaw.io.saw.WriteOptions
Sets the encryption type for the storage NOTE: This is a placeholder-only, to allow for adding encryption support later without changing the format of the metadata file
EncryptionType - Enum in tech.tablesaw.io.saw
Indicates the type of compression to use
equals(Object) - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
equals(Object) - Method in class tech.tablesaw.io.saw.SawMetadata
 
equals(Object) - Method in class tech.tablesaw.io.saw.TableMetadata
 

G

getCardinality() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
getColumnMetadataList() - Method in class tech.tablesaw.io.saw.SawMetadata
 
getCompressionType() - Method in class tech.tablesaw.io.saw.SawMetadata
 
getCompressionType() - Method in class tech.tablesaw.io.saw.WriteOptions
 
getEncryptionType() - Method in class tech.tablesaw.io.saw.SawMetadata
 
getEncryptionType() - Method in class tech.tablesaw.io.saw.WriteOptions
 
getId() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
getName() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
getName() - Method in class tech.tablesaw.io.saw.TableMetadata
Returns the name of the table
getNextStringKey() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
getRowCount() - Method in class tech.tablesaw.io.saw.SawMetadata
 
getRowCount() - Method in class tech.tablesaw.io.saw.TableMetadata
Returns the number of rows in the table
getSelectedColumns() - Method in class tech.tablesaw.io.saw.ReadOptions
 
getStringColumnKeySize() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
getTableMetadata() - Method in class tech.tablesaw.io.saw.SawMetadata
 
getTableName() - Method in class tech.tablesaw.io.saw.SawMetadata
 
getThreadPoolSize() - Method in class tech.tablesaw.io.saw.ReadOptions
 
getThreadPoolSize() - Method in class tech.tablesaw.io.saw.WriteOptions
 
getType() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
getVersion() - Method in class tech.tablesaw.io.saw.SawMetadata
Returns the saw file format version used to create this file

H

hashCode() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 
hashCode() - Method in class tech.tablesaw.io.saw.SawMetadata
 
hashCode() - Method in class tech.tablesaw.io.saw.TableMetadata
 

N

NONE - tech.tablesaw.io.saw.CompressionType
 
NONE - tech.tablesaw.io.saw.EncryptionType
 

R

read() - Method in class tech.tablesaw.io.saw.SawReader
 
ReadOptions - Class in tech.tablesaw.io.saw
Specifies options for reading a table from Saw storage
ReadOptions() - Constructor for class tech.tablesaw.io.saw.ReadOptions
 
rowCount() - Method in class tech.tablesaw.io.saw.SawReader
 

S

SawMetadata - Class in tech.tablesaw.io.saw
All metadata used in the storage of one table
SawMetadata() - Constructor for class tech.tablesaw.io.saw.SawMetadata
Default constructor for Jackson json serialization
SawMetadata(Table, WriteOptions) - Constructor for class tech.tablesaw.io.saw.SawMetadata
 
SawReader - Class in tech.tablesaw.io.saw
 
SawReader(File) - Constructor for class tech.tablesaw.io.saw.SawReader
 
SawReader(File, ReadOptions) - Constructor for class tech.tablesaw.io.saw.SawReader
 
SawReader(String) - Constructor for class tech.tablesaw.io.saw.SawReader
 
SawReader(String, ReadOptions) - Constructor for class tech.tablesaw.io.saw.SawReader
 
SawReader(Path) - Constructor for class tech.tablesaw.io.saw.SawReader
 
SawReader(Path, ReadOptions) - Constructor for class tech.tablesaw.io.saw.SawReader
 
SawWriter - Class in tech.tablesaw.io.saw
 
SawWriter(File, Table) - Constructor for class tech.tablesaw.io.saw.SawWriter
 
SawWriter(File, Table, WriteOptions) - Constructor for class tech.tablesaw.io.saw.SawWriter
 
SawWriter(String, Table) - Constructor for class tech.tablesaw.io.saw.SawWriter
 
SawWriter(String, Table, WriteOptions) - Constructor for class tech.tablesaw.io.saw.SawWriter
 
SawWriter(Path, Table) - Constructor for class tech.tablesaw.io.saw.SawWriter
 
SawWriter(Path, Table, WriteOptions) - Constructor for class tech.tablesaw.io.saw.SawWriter
 
selectedColumns(String...) - Method in class tech.tablesaw.io.saw.ReadOptions
 
selectedColumns(List<String>) - Method in class tech.tablesaw.io.saw.ReadOptions
 
shape() - Method in class tech.tablesaw.io.saw.SawMetadata
 
shape() - Method in class tech.tablesaw.io.saw.SawReader
 
shape() - Method in class tech.tablesaw.io.saw.TableMetadata
Returns a string describing the number of rows and columns in the table.
SNAPPY - tech.tablesaw.io.saw.CompressionType
 
structure() - Method in class tech.tablesaw.io.saw.SawMetadata
 
structure() - Method in class tech.tablesaw.io.saw.SawReader
 
structure() - Method in class tech.tablesaw.io.saw.TableMetadata
Returns a table that describes the columns in this table

T

TableMetadata - Class in tech.tablesaw.io.saw
Data about a specific physical table used in its persistence
TableMetadata() - Constructor for class tech.tablesaw.io.saw.TableMetadata
Default constructor for Jackson json serialization
tech.tablesaw.io.saw - package tech.tablesaw.io.saw
 
threadPoolSize(int) - Method in class tech.tablesaw.io.saw.ReadOptions
 
threadPoolSize(int) - Method in class tech.tablesaw.io.saw.WriteOptions
 
toString() - Method in class tech.tablesaw.io.saw.ColumnMetadata
 

V

valueOf(String) - Static method in enum tech.tablesaw.io.saw.CompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.tablesaw.io.saw.EncryptionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum tech.tablesaw.io.saw.CompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.tablesaw.io.saw.EncryptionType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write() - Method in class tech.tablesaw.io.saw.SawWriter
 
WriteOptions - Class in tech.tablesaw.io.saw
 
WriteOptions() - Constructor for class tech.tablesaw.io.saw.WriteOptions
 
C D E G H N R S T V W 
Skip navigation links

Copyright © 2022. All rights reserved.