cz.proto.ValuesOrBuilder 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
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: operator.proto
package cz.proto;
public interface ValuesOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.Values)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 row_count = 1;
* @return The rowCount.
*/
int getRowCount();
/**
* uint32 col_count = 2;
* @return The colCount.
*/
int getColCount();
/**
* repeated .cz.proto.ScalarExpression data = 3;
*/
java.util.List
getDataList();
/**
* repeated .cz.proto.ScalarExpression data = 3;
*/
cz.proto.Expression.ScalarExpression getData(int index);
/**
* repeated .cz.proto.ScalarExpression data = 3;
*/
int getDataCount();
/**
* repeated .cz.proto.ScalarExpression data = 3;
*/
java.util.List extends cz.proto.Expression.ScalarExpressionOrBuilder>
getDataOrBuilderList();
/**
* repeated .cz.proto.ScalarExpression data = 3;
*/
cz.proto.Expression.ScalarExpressionOrBuilder getDataOrBuilder(
int index);
/**
* bool broadcast = 4;
* @return The broadcast.
*/
boolean getBroadcast();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy