substrait

Ermöglicht die Konvertierung und Ausführung von Substrait-Abfrageplänen

Maintainer: anshuldata, cgkiran, EpsilonPrime

Installation und Laden

INSTALL substrait FROM community;
LOAD substrait;

Beispiel

.mode line
CALL get_substrait('SELECT count(exercise) AS exercise FROM crossfit WHERE difficulty_level <= 5');

Hinzugefügte Funktionen

function_name function_type description comment examples
get_substrait table Converts the provided query into a binary Substrait plan NULL NULL
get_substrait_json table Converts the provided query into a Substrait plan in JSON NULL NULL
from_substrait table Executes a binary Substrait plan (provided as bytes) against DuckDB and returns the results NULL NULL
from_substrait_json table Executes a Substrait plan written in JSON against DuckDB and returns the results NULL NULL

Überladene Funktionen

Diese Erweiterung fügt keine Funktionsüberladungen hinzu.

Hinzugefügte Typen

Diese Erweiterung fügt keine Typen hinzu.

Hinzugefügte Einstellungen

Diese Erweiterung fügt keine Einstellungen hinzu.