All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.audienceproject.crossbow.exceptions.JoinException.scala Maven / Gradle / Ivy

package com.audienceproject.crossbow.exceptions

import com.audienceproject.crossbow.expr.Expr

class JoinException(joinExpr: Expr)
  extends RuntimeException(s"$joinExpr does not evaluate to the same type on both sides of the join.")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy