• = — Returns TRUE if the coordinates and coordinate order geometry/geography A are the same as the coordinates and coordinate order of geometry/geography B.

    Type Parameters

    • TColumn extends Column<ColumnBaseConfig<ColumnDataType, string>, object, object>

    Parameters

    Returns SQL<unknown>

  • = — Returns TRUE if the coordinates and coordinate order geometry/geography A are the same as the coordinates and coordinate order of geometry/geography B.

    Type Parameters

    • T

    Parameters

    • left: Aliased<T>
    • right: SQLWrapper | T

    Returns SQL<unknown>

  • = — Returns TRUE if the coordinates and coordinate order geometry/geography A are the same as the coordinates and coordinate order of geometry/geography B.

    Type Parameters

    • T extends SQLWrapper

    Parameters

    • left: Exclude<T, Column<ColumnBaseConfig<ColumnDataType, string>, object, object> | Aliased<unknown>>
    • right: unknown

    Returns SQL<unknown>

Generated using TypeDoc