mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
6f9e92c160
<!-- The PR description should answer 2 important questions: --> ### What - Add columns with nested fields to the SQL schema - Alias nested fields appropriately in order to support them for query execution <!-- Consider: do we need to add a changelog entry? --> <!-- Does this PR introduce new validation that might break old builds? --> <!-- Consider: do we need to put new checks behind a flag? --> ### How - Translate OpenDD types to Arrow types during schema generation (`to_arrow_type`) - Generate `NestedField` structures during planning to prepare data in the right format during execution (`fields_for`) V3_GIT_ORIGIN_REV_ID: d37d2eade2fd5c0f08861c1bbc6368a88299b0f3 |
||
---|---|---|
.. | ||
auth | ||
custom-connector | ||
engine | ||
execute | ||
ir | ||
lang-graphql | ||
metadata-resolve | ||
metadata-schema-generator | ||
open-dds | ||
plugins/pre-execution-plugin | ||
query-usage-analytics | ||
schema | ||
sql | ||
utils |