daphne-project / daphne-project/daphne

Representation of frames with unknown column types in DaphneIR

Open
#421 1 comment 0 reactions 1 assignee View on GitHub

@pdamme is already working on this.

Since Aug 25, 2022.

Dominant language
C++
Stars
81
Forks
83
PR merge metrics
No merged PRs in 30d

Description

Currently, DaphneIR's Frame data type requires the specification of its columns' value types. This means, we cannot represent the case of a value which is known to be a frame, while we do not know the column types (yet). This can be a problem to type inference at some points.

One idea is to make the specification of the column types of a DaphneIR frame optional.

It is noteworthy that even without knowing the column types, we could already lower operations to the right frame kernels.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.