Comunica
    Preparing search index...

    Interface IActorHashQuadsOutput

    Data interface for the type of an actor run result.

    interface IActorHashQuadsOutput {
        hashFunction: HashFunction;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    hashFunction: HashFunction

    A number-based hash factory of the given object. It is recommended to always return 32-bit numbers to enable SMI optimization.

    Hash functions could produce collisions for non-equal quads.

    The quads to hash.

    The object's hash.