iceberg-js
    Preparing search index...

    Interface StructField

    A field within a struct (used in nested StructType).

    interface StructField {
        doc?: string;
        id: number;
        "initial-default"?: PrimitiveTypeValue;
        name: string;
        required: boolean;
        type: IcebergType;
        "write-default"?: PrimitiveTypeValue;
    }
    Index

    Properties

    doc?: string
    id: number
    "initial-default"?: PrimitiveTypeValue
    name: string
    required: boolean
    "write-default"?: PrimitiveTypeValue