2 مستودعات
Transforms arrays or maps into relational rows and columns to allow querying of complex data structures.
Distinct from Splat Expansion: None of the candidates fit; this is a database-specific data transformation capability.
Explore 2 awesome GitHub repositories matching data & databases · Nested Collection Expansion. Refine with filters or upvote what's useful.
Presto is a distributed SQL query engine designed for high-performance analytical processing across heterogeneous data sources. It functions as a data federation platform and massively parallel processing engine, allowing users to execute interactive queries against diverse storage systems without requiring data migration. By mapping remote metadata and structures to a unified relational namespace, it enables seamless cross-platform analysis through a standard SQL interface. The engine distinguishes itself through a pluggable connector architecture and a shared-nothing distributed processing
Enables querying of complex data structures by expanding nested collections into relational rows.
jOOQ is a type-safe SQL query builder for Java that generates code from live database schemas, enabling compile-time validation of SQL syntax and data types. Its core identity is built around a fluent DSL that mirrors SQL structure, a code generator that maps tables, views, and routines to Java objects, and a multi-dialect engine that translates the same DSL into vendor-specific SQL for over 30 databases. The project also includes a SQL parser and transformer for refactoring or dialect conversion, reactive stream integration for non-blocking query execution, and a JDBC proxy diagnostics tool f
Uses the MULTISET operator to retrieve hierarchical data structures with nested lists in a single round trip.