ColumnExpression Methods

Spotfire 14.3 API Reference

The ColumnExpression type exposes the following members.

Methods

  NameDescription
Public methodClone
Clone the expression.
Public methodContainsAggregationMethod
Checks if column expression contains an aggregation method.
Public methodStatic memberCreate
Parse a column expression and return a ColumnExpression.
Public methodStatic memberCreateFromPlotExpression
Parse a custom expression that can be used on plots and return a list of ColumnExpressions.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetExpressionReturnType
Get the result type for the given expression using the columns in the specified table.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodQualifyNames
Make sure that all column/hierarchy references in the query are fully qualified.
Public methodRenameColumn
Rename all column references from oldName to newName.
Public methodRenameHierarchy
Rename all hierarchy references from oldName to newName.
Public methodToString
Get a string representation of the column expression.
(Overrides ObjectToString.)
Public methodValidate
Validates if the column expression is valid in the given DataTable context.
Top
See Also

Reference