Uses of Class
com.clickhouse.client.grpc.impl.NameAndType
-
Packages that use NameAndType Package Description com.clickhouse.client.grpc.impl -
-
Uses of NameAndType in com.clickhouse.client.grpc.impl
Methods in com.clickhouse.client.grpc.impl that return NameAndType Modifier and Type Method Description NameAndTypeNameAndType.Builder. build()NameAndTypeNameAndType.Builder. buildPartial()NameAndTypeExternalTable.Builder. getColumns(int index)Columns of the table.NameAndTypeExternalTable. getColumns(int index)Columns of the table.NameAndTypeExternalTableOrBuilder. getColumns(int index)Columns of the table.static NameAndTypeNameAndType. getDefaultInstance()NameAndTypeNameAndType.Builder. getDefaultInstanceForType()NameAndTypeNameAndType. getDefaultInstanceForType()NameAndTypeResult.Builder. getOutputColumns(int index)The names and types of columns of the result written in `output`.NameAndTypeResult. getOutputColumns(int index)The names and types of columns of the result written in `output`.NameAndTypeResultOrBuilder. getOutputColumns(int index)The names and types of columns of the result written in `output`.static NameAndTypeNameAndType. parseDelimitedFrom(InputStream input)static NameAndTypeNameAndType. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NameAndTypeNameAndType. parseFrom(byte[] data)static NameAndTypeNameAndType. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NameAndTypeNameAndType. parseFrom(com.google.protobuf.ByteString data)static NameAndTypeNameAndType. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NameAndTypeNameAndType. parseFrom(com.google.protobuf.CodedInputStream input)static NameAndTypeNameAndType. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NameAndTypeNameAndType. parseFrom(InputStream input)static NameAndTypeNameAndType. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NameAndTypeNameAndType. parseFrom(ByteBuffer data)static NameAndTypeNameAndType. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.clickhouse.client.grpc.impl that return types with arguments of type NameAndType Modifier and Type Method Description List<NameAndType>ExternalTable.Builder. getColumnsList()Columns of the table.List<NameAndType>ExternalTable. getColumnsList()Columns of the table.List<NameAndType>ExternalTableOrBuilder. getColumnsList()Columns of the table.List<NameAndType>Result.Builder. getOutputColumnsList()The names and types of columns of the result written in `output`.List<NameAndType>Result. getOutputColumnsList()The names and types of columns of the result written in `output`.List<NameAndType>ResultOrBuilder. getOutputColumnsList()The names and types of columns of the result written in `output`.com.google.protobuf.Parser<NameAndType>NameAndType. getParserForType()static com.google.protobuf.Parser<NameAndType>NameAndType. parser()Methods in com.clickhouse.client.grpc.impl with parameters of type NameAndType Modifier and Type Method Description ExternalTable.BuilderExternalTable.Builder. addColumns(int index, NameAndType value)Columns of the table.ExternalTable.BuilderExternalTable.Builder. addColumns(NameAndType value)Columns of the table.Result.BuilderResult.Builder. addOutputColumns(int index, NameAndType value)The names and types of columns of the result written in `output`.Result.BuilderResult.Builder. addOutputColumns(NameAndType value)The names and types of columns of the result written in `output`.NameAndType.BuilderNameAndType.Builder. mergeFrom(NameAndType other)static NameAndType.BuilderNameAndType. newBuilder(NameAndType prototype)ExternalTable.BuilderExternalTable.Builder. setColumns(int index, NameAndType value)Columns of the table.Result.BuilderResult.Builder. setOutputColumns(int index, NameAndType value)The names and types of columns of the result written in `output`.Method parameters in com.clickhouse.client.grpc.impl with type arguments of type NameAndType Modifier and Type Method Description ExternalTable.BuilderExternalTable.Builder. addAllColumns(Iterable<? extends NameAndType> values)Columns of the table.Result.BuilderResult.Builder. addAllOutputColumns(Iterable<? extends NameAndType> values)The names and types of columns of the result written in `output`.
-