@quack-protocol/sdk - v0.1.0
    Preparing search index...

    Interface AggregateStateTypeInfo

    AGGREGATE_STATE metadata.

    interface AggregateStateTypeInfo {
        alias?: string;
        boundArgumentTypes: LogicalType[];
        functionName: string;
        returnType: LogicalType;
        type: AGGREGATE_STATE;
    }

    Hierarchy

    • BaseExtraTypeInfo
      • AggregateStateTypeInfo
    Index

    Properties

    alias?: string
    boundArgumentTypes: LogicalType[]

    Bound argument types.

    functionName: string

    Aggregate function name.

    returnType: LogicalType

    Aggregate return type.