Uses of Class
com.clickhouse.client.grpc.impl.NameAndType
Packages that use NameAndType
-
Uses of NameAndType in com.clickhouse.client.grpc.impl
Methods in com.clickhouse.client.grpc.impl that return NameAndTypeModifier and TypeMethodDescriptionNameAndType.Builder.build()NameAndType.Builder.buildPartial()ExternalTable.Builder.getColumns(int index) Columns of the table.ExternalTable.getColumns(int index) Columns of the table.ExternalTableOrBuilder.getColumns(int index) Columns of the table.static NameAndTypeNameAndType.getDefaultInstance()NameAndType.Builder.getDefaultInstanceForType()NameAndType.getDefaultInstanceForType()Result.Builder.getOutputColumns(int index) The names and types of columns of the result written in `output`.Result.getOutputColumns(int index) The names and types of columns of the result written in `output`.ResultOrBuilder.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 NameAndTypeModifier and TypeMethodDescriptionExternalTable.Builder.getColumnsList()Columns of the table.ExternalTable.getColumnsList()Columns of the table.ExternalTableOrBuilder.getColumnsList()Columns of the table.Result.Builder.getOutputColumnsList()The names and types of columns of the result written in `output`.Result.getOutputColumnsList()The names and types of columns of the result written in `output`.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 NameAndTypeModifier and TypeMethodDescriptionExternalTable.Builder.addColumns(int index, NameAndType value) Columns of the table.ExternalTable.Builder.addColumns(NameAndType value) Columns of the table.Result.Builder.addOutputColumns(int index, NameAndType value) The names and types of columns of the result written in `output`.Result.Builder.addOutputColumns(NameAndType value) The names and types of columns of the result written in `output`.NameAndType.Builder.mergeFrom(NameAndType other) static NameAndType.BuilderNameAndType.newBuilder(NameAndType prototype) ExternalTable.Builder.setColumns(int index, NameAndType value) Columns of the table.Result.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 NameAndTypeModifier and TypeMethodDescriptionExternalTable.Builder.addAllColumns(Iterable<? extends NameAndType> values) Columns of the table.Result.Builder.addAllOutputColumns(Iterable<? extends NameAndType> values) The names and types of columns of the result written in `output`.