QueryPlan

Example code

val orcDF = sqlContext.read.orc("/path/to/file.orc")

val hbaseDF = withCatalog(catalog)

val joinDF = orcDF.join(hbaseDF, orcDF("id") == hbaseDF("id"))

results matching ""

    No results matching ""