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

com.yahoo.maha.service.calcite.avatica.AvaticaContext.scala Maven / Gradle / Ivy

package com.yahoo.maha.service.calcite.avatica

import org.apache.calcite.avatica.remote.Service.RpcMetadataResponse

case class AvaticaContext(connectionID: String, sql: String, statementID: Int, rpcMetadataResponse: RpcMetadataResponse)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy