Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SQLMultiFrom = `` /* 205-byte string literal not displayed */ SQLMultiFromNormal = `SELECT a, b, t3.c, t3.d, e, ct4 FROM t1 AS t1a, t2 JOIN t21 USING (a, b), (SELECT t31.c, t31.d FROM t31) AS t3, t4` SQLNestedSubquery = `` /* 756-byte string literal not displayed */ SQLNestedSubqueryNormal = `` /* 1039-byte string literal not displayed */ SQLUnion = `` /* 137-byte string literal not displayed */ SQLmj = `` /* 832-byte string literal not displayed */ SQLmjNormal = `` /* 907-byte string literal not displayed */ SQL246 = `` /* 9582-byte string literal not displayed */ SQL246Normal = `` /* 7685-byte string literal not displayed */ SQLSimpleJoin = `SELECT t1.id, 1 + 2 + t1.value AS v FROM t1 JOIN t2 ON t1.id = t2.id AND t2.id -1 > 50 * 1000` SQLPredicatePushDown = `` /* 140-byte string literal not displayed */ //FROM https://www.geekytidbits.com/postgres-distinct-on/ SQLURLLog = `` /* 214-byte string literal not displayed */ SQLSelectInProjection = `select (select CERT_NO from COMR_CIFBINFO) e;` SQLJoinCondition1 = `` /* 277-byte string literal not displayed */ SQLJoinCondition2 = `` /* 287-byte string literal not displayed */ SQLSimpleLeftJoin = `` /* 185-byte string literal not displayed */ SQLLeftJoin = `` /* 457-byte string literal not displayed */ )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.