DuckDB Terminal - v0.2.0
    Preparing search index...

    Interface SQLToken

    Token from DuckDB's tokenize_sql() function

    interface SQLToken {
        category: string;
        position: number;
    }
    Index

    Properties

    Properties

    category: string

    Token category (KEYWORD, IDENTIFIER, OPERATOR, etc.)

    position: number

    Byte position in the SQL string