Skip to content

Implement missing SQL statements #7

@sydduckworth

Description

@sydduckworth

Currently the mapping between ella functionality and SQL statements is incomplete.

  • Topic creation
    • Expected SQL: CREATE TABLE
    • Blockers: Datafusion doesn't currently expose all the information needed to create a Topic (like index order, or custom types like tensors). We could implement partial support for creating simple topics (i.e. ones with only the default time index and only scalar fields), but a full implementation would likely require some amount of custom SQL parsing.
  • Table descriptions
    • Expected SQL: DESCRIBE TABLE
    • Blockers: None
  • External table creation
    • Expected SQL: CREATE EXTERNAL TABLE
    • Blockers: We need a solid plan for how external tables are handled in ella before this is a realistic option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions