![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Thin wrapper around core WriterOptions for JavaScript consumption. More...
Public Member Functions | |
| WasmWriterOptions ()=default | |
| Construct with default options. | |
| void | setRowGroupSize (int64_t n) |
| Set the target row group size (number of rows per group). | |
| int64_t | getRowGroupSize () const |
| Get the current row group size setting. | |
Public Attributes | |
| WriterOptions | opts |
| Underlying writer options struct. | |
Thin wrapper around core WriterOptions for JavaScript consumption.
Definition at line 266 of file signet_wasm.cpp.
|
default |
Construct with default options.
|
inline |
Get the current row group size setting.
Definition at line 278 of file signet_wasm.cpp.
|
inline |
Set the target row group size (number of rows per group).
| n | Desired row group size. |
Definition at line 275 of file signet_wasm.cpp.
| WriterOptions WasmWriterOptions::opts |
Underlying writer options struct.
Definition at line 268 of file signet_wasm.cpp.