LogoClawIndex
CasesSkillsAbout
LogoClawIndex

explain-lpts - Comprehensive reference for the LPTS pipeline.

Provides reference for the LPTS pipeline converting DuckDB logical plans into SQL queries via AST and CTE generation phases.

Tags

Updated: 2026-09-21

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Convert LogicalPlan to AST
  • Flatten AST to CTE list
  • Serialize CTE list to SQL
  • Resolve expressions to SQL strings
  • Support DuckDB and Postgres dialects

Inputs

  • DuckDB logical plan
  • SqlDialect configuration

Outputs

  • SQL string with CTEs
  • AST tree string representation

Requirements

  • DuckDB environment

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
lpts
duckdb
ast
cte
sql-generation
Convert LogicalPlan to AST
Flatten AST to CTE list
Serialize CTE list to SQL
Resolve expressions to SQL strings
DuckDB logical plan
SqlDialect configuration
SQL string with CTEs
AST tree string representation