Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Smart type resolvers] Table construction #86

Open
JordanBoltonMN opened this issue Jun 14, 2021 · 1 comment
Open

[Smart type resolvers] Table construction #86

JordanBoltonMN opened this issue Jun 14, 2021 · 1 comment
Assignees

Comments

@JordanBoltonMN
Copy link
Contributor

JordanBoltonMN commented Jun 14, 2021

A proof-of-concept for smart type resolvers was done using Table.AddColumn. The goal is to implement a resolver for most Table/Record/List functions. This is to track the functions found in the docs.

Constructors

  • Table.FromColumns
  • Table.FromList
  • Table.FromRecords
  • Table.FromRows
  • Table.FromValue

The following will not be implemented (at least for now):

  • ItemExpression.From
  • ItemExpression.Item
  • RowExpression.Column
  • RowExpression.From
  • RowExpression.Row
  • Table.FuzzyGroup
  • Table.FuzzyJoin
  • Table.FuzzyNestedJoin
  • Table.Split
  • Table.View
  • Table.ViewFunction
@ninmonkey
Copy link
Contributor

ninmonkey commented Sep 10, 2021

This is missing #table, or maybe not?

The specs say #table returns type any

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants