Skip to content

Commit

Permalink
Support extracting column name from function for postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingZC committed Dec 25, 2024
1 parent 049090a commit 4081208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public String getColumnNameFromFunction(final String functionName, final String
/**
* Get column name from expression.
*
* @param expressionSegment expression
* @param expressionSegment expression segment
* @return column name
*/
public String getColumnNameFromExpression(final ExpressionSegment expressionSegment) {
Expand Down

0 comments on commit 4081208

Please sign in to comment.