Uses of Class
io.milvus.grpc.ValueField
Packages that use ValueField
-
Uses of ValueField in io.milvus.grpc
Methods in io.milvus.grpc that return ValueFieldModifier and TypeMethodDescriptionValueField.Builder.build()ValueField.Builder.buildPartial()static ValueFieldValueField.getDefaultInstance()ValueField.Builder.getDefaultInstanceForType()ValueField.getDefaultInstanceForType()FieldSchema.Builder.getDefaultValue()default_value only support scalars except array and json for nowFieldSchema.getDefaultValue()default_value only support scalars except array and json for nowFieldSchemaOrBuilder.getDefaultValue()default_value only support scalars except array and json for nowstatic ValueFieldValueField.parseDelimitedFrom(InputStream input) static ValueFieldValueField.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueFieldValueField.parseFrom(byte[] data) static ValueFieldValueField.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueFieldValueField.parseFrom(com.google.protobuf.ByteString data) static ValueFieldValueField.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueFieldValueField.parseFrom(com.google.protobuf.CodedInputStream input) static ValueFieldValueField.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueFieldValueField.parseFrom(InputStream input) static ValueFieldValueField.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueFieldValueField.parseFrom(ByteBuffer data) static ValueFieldValueField.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type ValueFieldModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ValueField> ValueField.getParserForType()static com.google.protobuf.Parser<ValueField> ValueField.parser()Methods in io.milvus.grpc with parameters of type ValueFieldModifier and TypeMethodDescriptionFieldSchema.Builder.mergeDefaultValue(ValueField value) default_value only support scalars except array and json for nowValueField.Builder.mergeFrom(ValueField other) static ValueField.BuilderValueField.newBuilder(ValueField prototype) FieldSchema.Builder.setDefaultValue(ValueField value) default_value only support scalars except array and json for now -
Uses of ValueField in io.milvus.param
Methods in io.milvus.param that return ValueFieldModifier and TypeMethodDescriptionstatic ValueFieldParamUtils.objectToValueField(Object obj, DataType dataType) Methods in io.milvus.param with parameters of type ValueFieldModifier and TypeMethodDescriptionstatic ObjectParamUtils.valueFieldToObject(ValueField value, DataType dataType)