GoogleCloudPlatform / zetasql-toolkit

The ZetaSQL Toolkit is a library that helps users use ZetaSQL Java API to perform SQL analysis for multiple query engines, including BigQuery and Cloud Spanner.
Apache License 2.0
35 stars 8 forks source link

Extract column level lineage for SELECT statement #29

Closed dion-ricky closed 8 months ago

dion-ricky commented 8 months ago

Related to #28

Changes:

  1. Added extractColumnLevelLineage for extracting ResolvedQueryStmt statement in ColumnLineageExtractor.
  2. Changed the access modifier of ParentColumnFinder to public, allowing it to be accessed from other classes outside of this package.