ποΈ ItemExpression.From
Returns the abstract syntax tree (AST) for the body of a function.
ποΈ RowExpression.Column
Returns an abstract syntax tree (AST) that represents access to a column within a row expression.
ποΈ RowExpression.From
Returns the abstract syntax tree (AST) for the body of a function.
ποΈ Table.AddColumn
Adds a column with the specified name. The value is computed using the specified selection function with each row taken as an input.
ποΈ Table.AddFuzzyClusterColumn
Adds a new column with representative values obtained by fuzzy grouping values of the specified column in the table.
ποΈ Table.AddIndexColumn
Appends a column with explicit position values.
ποΈ Table.AddJoinColumn
Performs a join between tables on supplied columns and produces the join result in a new column.
ποΈ Table.AddKey
Adds a key to a table.
ποΈ Table.AddRankColumn
Appends a column with the ranking of one or more other columns.
ποΈ Table.AggregateTableColumn
Aggregates a column of tables into multiple columns in the containing table.
ποΈ Table.AlternateRows
Keeps the initial offset then alternates taking and skipping the following rows.
ποΈ Table.ApproximateRowCount
Returns the approximate number of rows in the table.
ποΈ Table.Buffer
Buffers a table in memory, isolating it from external changes during evaluation.
ποΈ Table.Column
Returns a specified column of data from the table as a list.
ποΈ Table.ColumnCount
Returns the number of columns in the table.
ποΈ Table.ColumnNames
Returns the column names as a list.
ποΈ Table.ColumnsOfType
Returns a list with the names of the columns that match the specified types.
ποΈ Table.Combine
Returns a table that is the result of merging a list of tables.
ποΈ Table.CombineColumns
Combines the specified columns into a new column using the specified combiner function.
ποΈ Table.CombineColumnsToRecord
Combines the specified columns into a new record-valued column where each record has field names and values corresponding to the column names and values of the columns that were combined.
ποΈ Table.ConformToPageReader
This function is intended for internal use only.
ποΈ Table.Contains
Indicates whether the specified record appears as a row in the table.
ποΈ Table.ContainsAll
Indicates whether all of the specified records appear as rows in the table.
ποΈ Table.ContainsAny
Indicates whether any of the specified records appear as rows in the table.
ποΈ Table.DemoteHeaders
Demotes the column headers to the first row of values.
ποΈ Table.Distinct
Removes duplicate rows from the table.
ποΈ Table.DuplicateColumn
Duplicates a column with the specified name. Values and type are copied from the source column.
ποΈ Table.ExpandListColumn
Given a column of lists in a table, create a copy of a row for each value in its list.
ποΈ Table.ExpandRecordColumn
Expands a column of records into columns with each of the values.
ποΈ Table.ExpandTableColumn
Expands a column of records or a column of tables into multiple columns in the containing table.