Mallard
Search Results for

    Show / Hide Table of Contents

    Struct DuckDbListRef

    Reports where the data for one list resides in a list-valued DuckDB vector.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Mallard.Types
    Assembly: Mallard.dll
    Syntax
    public readonly struct DuckDbListRef

    Properties

    | Edit this page View Source

    Length

    The length of the target list.

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Offset

    The index of the first item of the target list, within the list vector's "children vector".

    Declaration
    public int Offset { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX