Show / Hide Table of Contents

Class LongColumnData

An object representing 64-bit signed integer column data. Note that is used as a null indicator, so this value cannot be represented with this type. The and constants represent the legally representable range.

Inheritance
System.Object
AbstractColumnData
AbstractColumnData<System.Int64, System.Int64, Deephaven.OpenAPI.Shared.Data.Columns.LongArrayColumnData>
AbstractColumnData<System.Int64, Deephaven.OpenAPI.Shared.Data.Columns.LongArrayColumnData>
LongColumnData
Implements
IColumnData
IColumnDataInternal
Inherited Members
AbstractColumnData<Int64, LongArrayColumnData>.GetValue(Int32)
AbstractColumnData<Int64, LongArrayColumnData>.SetValue(Int32, Int64)
AbstractColumnData<Int64, Int64, LongArrayColumnData>.ColumnData
AbstractColumnData<Int64, Int64, LongArrayColumnData>.InternalGetColumnData()
AbstractColumnData<Int64, Int64, LongArrayColumnData>.Length
AbstractColumnData<Int64, Int64, LongArrayColumnData>.GetValue(Int32)
AbstractColumnData<Int64, Int64, LongArrayColumnData>.SetValue(Int32, Int64)
AbstractColumnData<Int64, Int64, LongArrayColumnData>.Item[Int32]
AbstractColumnData<Int64, Int64, LongArrayColumnData>.GetString(Int32)
AbstractColumnData<Int64, Int64, LongArrayColumnData>.GetObject(Int32)
AbstractColumnData.Length
AbstractColumnData.GetBoolean(Int32)
AbstractColumnData.GetInt32(Int32)
AbstractColumnData.GetByte(Int32)
AbstractColumnData.GetInt16(Int32)
AbstractColumnData.GetDouble(Int32)
AbstractColumnData.GetFloat(Int32)
AbstractColumnData.GetDecimal(Int32)
AbstractColumnData.GetDHDecimal(Int32)
AbstractColumnData.GetChar(Int32)
AbstractColumnData.GetDHDate(Int32)
AbstractColumnData.GetDHTime(Int32)
AbstractColumnData.GetDBDateTime(Int32)
AbstractColumnData.GetBigInteger(Int32)
AbstractColumnData.GetString(Int32)
AbstractColumnData.GetObject(Int32)
AbstractColumnData.Internal
AbstractColumnData.IColumnDataInternal.GetColumnData()
AbstractColumnData.IColumnDataInternal.GetColumnType()
AbstractColumnData.InternalGetColumnData()
Namespace: Deephaven.OpenAPI.Client.Data
Assembly: DeephavenOpenAPI.dll
Syntax
public class LongColumnData : AbstractColumnData<long, LongArrayColumnData>, IColumnData, IColumnDataInternal

Constructors

LongColumnData(Int64[])

Declaration
public LongColumnData(long[] data)
Parameters
Type Name Description
System.Int64[] data

Methods

GetInt64(Int32)

Declaration
public override long GetInt64(int row)
Parameters
Type Name Description
System.Int32 row
Returns
Type Description
System.Int64
Overrides
AbstractColumnData.GetInt64(Int32)

InternalGetColumnType()

Declaration
protected override sealed string InternalGetColumnType()
Returns
Type Description
System.String
Overrides
AbstractColumnData.InternalGetColumnType()

IsNull(Int32)

Declaration
public override bool IsNull(int row)
Parameters
Type Name Description
System.Int32 row
Returns
Type Description
System.Boolean
Overrides
AbstractColumnData.IsNull(Int32)

Implements

IColumnData
IColumnDataInternal
Back to top Generated by DocFX