kuzu icon indicating copy to clipboard operation
kuzu copied to clipboard

Logical explain

Open MSebanc opened this issue 6 months ago • 4 comments

Description

Added the Logical Explain query for printing the logical plan and a few operators have been completed.

Alter: EXPLAIN LOGICAL ALTER TABLE User ADD grade INT64;

Aggregate: Pasted Graphic 9

Attach Database: Logical Plan

Copy From: EXPLAIN LOGICAL COPY

Copy To: Pasted Graphic 3

Create Macro: Pasted Graphic 4

Create Sequence: Pasted Graphic 4

Create Table: Logical Plan

Create Type: EXPLAIN LOGICAL CREATE TYPE SMALLINT as INT64;

Contributor agreement

MSebanc avatar Jul 30 '24 19:07 MSebanc