-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Component: RStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
we have implicit_schema() which can generate the final schema for a query, though it's not exported. Maybe we "just" export that for people to be able to get what the schema of the resulting query will be.
Alternatively we could make a schema (S3) method that would return the (implicit) schema with schema(query_obj). Though this might be overloading schema since that is not how we retrieve schemas elsewhere (e.g. schema(arrow_table(mtcars)) does not currently work).
One use case: duckdb/duckdb#3299
Reporter: Jonathan Keane / @jonkeane
Note: This issue was originally created as ARROW-16030. Please see the migration documentation for further details.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: RStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement