Protected constructorStatic Readonly TYPE_Static Readonly TYPE_Static Readonly TYPE_Static Readonly TYPE_The expression to evaluate this custom column.
String
The name of the column to use.
String
The options for this custom column.
CustomColumOptions
Type of custom column. One of
String
Returns a string representation of this custom column.
The returned value is formatted as `name[SUFFIX]=expression`, where `[SUFFIX]` depends on the type.
from parses `name=expression` and always produces a dh.TYPE_NEW column. It does not interpret suffixes or preserve the original type.
Static fromCreates a CustomColumn by parsing a string produced by toString.
This method parses `name=expression` and always produces a dh.TYPE_NEW column. It does not interpret suffixes.
a string formatted as name=expression
a new CustomColumn
Describes a custom column expression.
This type is used to represent a formula column or a formatting column (for example, table color or number/date formatting) in the Deephaven JS API.