Skip to content

Commit

Permalink
codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshSingla committed Nov 3, 2023
1 parent f7c05ba commit fb60da9
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ private static SqlLiteral fetchPrimitiveLiteralFromCasts(SqlNode node)
return (SqlLiteral) node;
}

if (SqlUtil.isLiteral(node, false)) {
return (SqlLiteral) node;
}

switch (node.getKind()) {
case CAST:
return fetchPrimitiveLiteralFromCasts(((SqlCall) node).operand(0));
Expand Down

0 comments on commit fb60da9

Please sign in to comment.