Uses of Class
org.apache.drill.exec.proto.UserProtos.ColumnMetadata
Packages that use UserProtos.ColumnMetadata
-
Uses of UserProtos.ColumnMetadata in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.ColumnMetadataModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.ColumnMetadata> UserProtos.ColumnMetadata.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return UserProtos.ColumnMetadataModifier and TypeMethodDescriptionUserProtos.ColumnMetadata.Builder.build()UserProtos.ColumnMetadata.Builder.buildPartial()UserProtos.GetColumnsResp.Builder.getColumns(int index) repeated .exec.user.ColumnMetadata columns = 2;UserProtos.GetColumnsResp.getColumns(int index) repeated .exec.user.ColumnMetadata columns = 2;UserProtos.GetColumnsRespOrBuilder.getColumns(int index) repeated .exec.user.ColumnMetadata columns = 2;static UserProtos.ColumnMetadataUserProtos.ColumnMetadata.getDefaultInstance()UserProtos.ColumnMetadata.Builder.getDefaultInstanceForType()UserProtos.ColumnMetadata.getDefaultInstanceForType()SchemaUserProtos.ColumnMetadata.MessageSchema.newMessage()static UserProtos.ColumnMetadataUserProtos.ColumnMetadata.parseDelimitedFrom(InputStream input) static UserProtos.ColumnMetadataUserProtos.ColumnMetadata.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.ColumnMetadataUserProtos.ColumnMetadata.parseFrom(byte[] data) static UserProtos.ColumnMetadataUserProtos.ColumnMetadata.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.ColumnMetadataUserProtos.ColumnMetadata.parseFrom(com.google.protobuf.ByteString data) static UserProtos.ColumnMetadataUserProtos.ColumnMetadata.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.ColumnMetadataUserProtos.ColumnMetadata.parseFrom(com.google.protobuf.CodedInputStream input) static UserProtos.ColumnMetadataUserProtos.ColumnMetadata.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.ColumnMetadataUserProtos.ColumnMetadata.parseFrom(InputStream input) static UserProtos.ColumnMetadataUserProtos.ColumnMetadata.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.ColumnMetadataUserProtos.ColumnMetadata.parseFrom(ByteBuffer data) static UserProtos.ColumnMetadataUserProtos.ColumnMetadata.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.ColumnMetadataModifier and TypeMethodDescriptionUserProtos.GetColumnsResp.Builder.getColumnsList()repeated .exec.user.ColumnMetadata columns = 2;UserProtos.GetColumnsResp.getColumnsList()repeated .exec.user.ColumnMetadata columns = 2;UserProtos.GetColumnsRespOrBuilder.getColumnsList()repeated .exec.user.ColumnMetadata columns = 2;com.google.protobuf.Parser<UserProtos.ColumnMetadata> UserProtos.ColumnMetadata.getParserForType()static com.google.protobuf.Parser<UserProtos.ColumnMetadata> UserProtos.ColumnMetadata.parser()SchemaUserProtos.ColumnMetadata.MessageSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type UserProtos.ColumnMetadataModifier and TypeMethodDescriptionUserProtos.GetColumnsResp.Builder.addColumns(int index, UserProtos.ColumnMetadata value) repeated .exec.user.ColumnMetadata columns = 2;UserProtos.GetColumnsResp.Builder.addColumns(UserProtos.ColumnMetadata value) repeated .exec.user.ColumnMetadata columns = 2;booleanSchemaUserProtos.ColumnMetadata.MessageSchema.isInitialized(UserProtos.ColumnMetadata message) voidSchemaUserProtos.ColumnMetadata.MessageSchema.mergeFrom(io.protostuff.Input input, UserProtos.ColumnMetadata message) UserProtos.ColumnMetadata.Builder.mergeFrom(UserProtos.ColumnMetadata other) UserProtos.ColumnMetadata.newBuilder(UserProtos.ColumnMetadata prototype) UserProtos.GetColumnsResp.Builder.setColumns(int index, UserProtos.ColumnMetadata value) repeated .exec.user.ColumnMetadata columns = 2;voidSchemaUserProtos.ColumnMetadata.MessageSchema.writeTo(io.protostuff.Output output, UserProtos.ColumnMetadata message) Method parameters in org.apache.drill.exec.proto with type arguments of type UserProtos.ColumnMetadataModifier and TypeMethodDescriptionUserProtos.GetColumnsResp.Builder.addAllColumns(Iterable<? extends UserProtos.ColumnMetadata> values) repeated .exec.user.ColumnMetadata columns = 2;