cpp¶
C/C++ compilation.
Functions
|
|
|
Compile a C/C++ source dataset. |
- undertale.pipeline.cpp.compile_cpp(input: str, output: str) str¶
Compile a C/C++ source dataset.
- Parameters:
input – Path to the source dataset.
output – Path where the binary dataset should be written.
- Returns:
The path to the generated parquet file.
- Raises:
SchemaError – If the input dataset does not match
SourceDataset.