Polyglot SQL API Documentation - v0.2.0
    Preparing search index...

    Interface SpanInfo

    Span information for a token, indicating its position in the source SQL.

    interface SpanInfo {
        column: number;
        end: number;
        line: number;
        start: number;
    }
    Index

    Properties

    Properties

    column: number
    end: number
    line: number
    start: number