iceberg-js
    Preparing search index...

    Interface StructType

    Struct type - a nested structure containing fields. Used for nested records within a field.

    interface StructType {
        fields: StructField[];
        type: "struct";
    }
    Index

    Properties

    Properties

    fields: StructField[]
    type: "struct"