Registry / other / partiql-logical

partiql-logical

JSON →
library0.14.0rscratesunverified

PartiQL Logical Model providing the logical representation of PartiQL queries.

# Cargo.toml [dependencies] partiql-logical = "0.14.0"
INSTALL
IMPORT
SIG · PARTIQL-LOGICAL
P
partiql-logical
otherrustv0.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LogicalPlan
use partiql_logical::LogicalPlan;

Creates a default LogicalPlan for PartiQL.

use partiql_logical::LogicalPlan; fn main() { let plan = LogicalPlan::default(); println!("PartiQL logical plan created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
partiql-logical — cargo add partiql-logical · libregistry