Enum ColumnType
This enumeration represents the set of legal column types in the Open API. This is a limited subset of column types available in Deephaven.
Namespace: Deephaven.OpenAPI.Client.Data
Assembly: DeephavenOpenAPI.dll
Syntax
public enum ColumnType : int
Fields
| Name | Description |
|---|---|
| BigInteger | |
| Byte | |
| Char | |
| DateTime | |
| Decimal | |
| Double | |
| Float | |
| Int | |
| LocalDate | |
| LocalTime | |
| Long | |
| Short | |
| String |