GoogleCloudPlatform / bigquery-antipattern-recognition

Utility to identify and rewrite common anti patterns in BigQuery SQL syntax
Apache License 2.0
82 stars 28 forks source link

Added : Usage of NTILE analytical function anti-pattern #4

Closed PoulamiR1994 closed 1 year ago

PoulamiR1994 commented 1 year ago

Added : Usage of NTILE analytical function anti-pattern with following class files:

  1. IdentifyNtileWindowFunction
  2. IdentifyNtileWindowFunctionVisitor
  3. IdentityNtileWindowFunctionTest