microsoft/vscode-powerquery

[Smart type resolvers] Table construction

JordanBoltonMN opened this issue · 1 comments

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

This is missing #table, or maybe not?

The specs say #table returns type any