Skip to main content

Module types

Module types 

Source
Expand description

Core types for the Volcano executor.

Structs§

ColumnMeta
Column metadata.
Schema
Schema: ordered list of columns defining the row layout.

Type Aliases§

Row
A single row: positional values matching the schema column order.