Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Frame ¶
type Frame struct {
// contains filtered or unexported fields
}
Frame is an opaque result retained by the native execution backend. Close releases its native allocation deterministically.
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
func (*Runtime) ABIVersion ¶
func (*Runtime) ExecuteFrame ¶
ExecuteFrame evaluates a request and keeps the result in the native engine. The returned frame owns the native allocation and must be closed.
func (*Runtime) PolarsVersion ¶
Click to show internal directories.
Click to hide internal directories.