public static interface ClientProtos.SubmitQueryResponse.SerializedResultSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getBytesNum()
optional int32 bytesNum = 2; |
CatalogProtos.SchemaProto |
getSchema()
optional .SchemaProto schema = 1; |
CatalogProtos.SchemaProtoOrBuilder |
getSchemaOrBuilder()
optional .SchemaProto schema = 1; |
com.google.protobuf.ByteString |
getSerializedTuples(int index)
repeated bytes serializedTuples = 3; |
int |
getSerializedTuplesCount()
repeated bytes serializedTuples = 3; |
List<com.google.protobuf.ByteString> |
getSerializedTuplesList()
repeated bytes serializedTuples = 3; |
boolean |
hasBytesNum()
optional int32 bytesNum = 2; |
boolean |
hasSchema()
optional .SchemaProto schema = 1; |
boolean hasSchema()
optional .SchemaProto schema = 1;
CatalogProtos.SchemaProto getSchema()
optional .SchemaProto schema = 1;
CatalogProtos.SchemaProtoOrBuilder getSchemaOrBuilder()
optional .SchemaProto schema = 1;
boolean hasBytesNum()
optional int32 bytesNum = 2;
int getBytesNum()
optional int32 bytesNum = 2;
List<com.google.protobuf.ByteString> getSerializedTuplesList()
repeated bytes serializedTuples = 3;
int getSerializedTuplesCount()
repeated bytes serializedTuples = 3;
com.google.protobuf.ByteString getSerializedTuples(int index)
repeated bytes serializedTuples = 3;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.