Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
WasmWriterOptions Class Reference

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.
 

Detailed Description

Thin wrapper around core WriterOptions for JavaScript consumption.

Definition at line 266 of file signet_wasm.cpp.

Constructor & Destructor Documentation

◆ WasmWriterOptions()

WasmWriterOptions::WasmWriterOptions ( )
default

Construct with default options.

Member Function Documentation

◆ getRowGroupSize()

int64_t WasmWriterOptions::getRowGroupSize ( ) const
inline

Get the current row group size setting.

Definition at line 278 of file signet_wasm.cpp.

◆ setRowGroupSize()

void WasmWriterOptions::setRowGroupSize ( int64_t  n)
inline

Set the target row group size (number of rows per group).

Parameters
nDesired row group size.

Definition at line 275 of file signet_wasm.cpp.

Member Data Documentation

◆ opts

WriterOptions WasmWriterOptions::opts

Underlying writer options struct.

Definition at line 268 of file signet_wasm.cpp.


The documentation for this class was generated from the following file: