| Modifier and Type | Method | Description |
|---|---|---|
WriteOptions |
WriteOptions.compressionType(CompressionType compressionType) |
|
static WriteOptions |
WriteOptions.defaultOptions() |
|
WriteOptions |
WriteOptions.encryptionType(EncryptionType type) |
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
|
WriteOptions |
WriteOptions.threadPoolSize(int size) |
| Constructor | Description |
|---|---|
SawMetadata(tech.tablesaw.api.Table table,
WriteOptions options) |
|
SawWriter(File file,
tech.tablesaw.api.Table table,
WriteOptions options) |
|
SawWriter(String path,
tech.tablesaw.api.Table table,
WriteOptions options) |
|
SawWriter(Path path,
tech.tablesaw.api.Table table,
WriteOptions options) |
Copyright © 2022. All rights reserved.