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

com.alpine.model.pack.sql.SimpleSQLTransformer.scala Maven / Gradle / Ivy

The newest version!
/*
 * COPYRIGHT (C) 2015 Alpine Data Labs Inc. All Rights Reserved.
 */

package com.alpine.model.pack.sql

import com.alpine.transformer.sql._

trait SimpleSQLTransformer extends SQLTransformer {

  def getSQL: LayeredSQLExpressions = {
    LayeredSQLExpressions(Seq(getSQLExpressions zip outputColumnNames))
  }

  def getSQLExpressions: Seq[ColumnarSQLExpression]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy