SqlGraphRegistrationContext¶
Creating Instance¶
SqlGraphRegistrationContext
takes the following to be created:
SqlGraphRegistrationContext
is created when:
PipelinesHandler
(Spark Connect) is requested to defineSqlGraphElementsSqlGraphRegistrationContext
is requested to processSqlFile
processSqlQuery¶
processSqlQuery(
queryPlan: LogicalPlan,
queryOrigin: QueryOrigin): Unit
processSqlQuery
...FIXME
processSqlQuery
is used when:
SqlGraphRegistrationContext
is requested to processSqlFile
processSqlFile¶
processSqlFile(
sqlText: String,
sqlFilePath: String,
spark: SparkSession): Unit
processSqlFile
...FIXME
processSqlFile
is used when:
PipelinesHandler
(Spark Connect) is requested to defineSqlGraphElements