cz.proto.TableSchemaListOrBuilder 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: table_meta.proto
package cz.proto;
public interface TableSchemaListOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.TableSchemaList)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.TableSchema schemas = 1;
*/
java.util.List
getSchemasList();
/**
* repeated .cz.proto.TableSchema schemas = 1;
*/
cz.proto.TableSchema getSchemas(int index);
/**
* repeated .cz.proto.TableSchema schemas = 1;
*/
int getSchemasCount();
/**
* repeated .cz.proto.TableSchema schemas = 1;
*/
java.util.List extends cz.proto.TableSchemaOrBuilder>
getSchemasOrBuilderList();
/**
* repeated .cz.proto.TableSchema schemas = 1;
*/
cz.proto.TableSchemaOrBuilder getSchemasOrBuilder(
int index);
/**
*
* IDs Integer.MAX_VALUE - (1-100) are used for metadata columns
* IDs Integer.MAX_VALUE - (101-200) are used for reserved columns
*
*
* uint32 highest_field_id = 3;
* @return The highestFieldId.
*/
int getHighestFieldId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy