Interface ReadableVectorInspector

    • Field Detail

      • NULL_ID

        static final int NULL_ID
        A marker value that will never be returned by "getId".
        See Also:
        Constant Field Values
    • Method Detail

      • getId

        int getId()
        Returns an integer that uniquely identifies the current vector. This is useful for caching: it is safe to assume nothing has changed in the vector so long as the id remains the same.