@pondpilot/flowscope-core
    Preparing search index...

    Interface Span

    A byte range in the source SQL string.

    interface Span {
        end: number;
        start: number;
    }
    Index

    Properties

    Properties

    end: number

    Byte offset from start of SQL string (exclusive)

    start: number

    Byte offset from start of SQL string (inclusive)