com.clickzetta.client.jdbc.core.CZResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
package com.clickzetta.client.jdbc.core;;
import java.util.List;
interface CZResult {
boolean hasNext() throws Exception;
List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy