Uses of Class
org.apache.arrow.gandiva.ipc.GandivaTypes.IntConstants.Builder
Packages that use GandivaTypes.IntConstants.Builder
-
Uses of GandivaTypes.IntConstants.Builder in org.apache.arrow.gandiva.ipc
Methods in org.apache.arrow.gandiva.ipc that return GandivaTypes.IntConstants.BuilderModifier and TypeMethodDescriptionGandivaTypes.IntConstants.Builder.addAllIntValues(Iterable<? extends GandivaTypes.IntNode> values) repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.IntConstants.Builder.addIntValues(int index, GandivaTypes.IntNode value) repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.IntConstants.Builder.addIntValues(int index, GandivaTypes.IntNode.Builder builderForValue) repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.IntConstants.Builder.addIntValues(GandivaTypes.IntNode value) repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.IntConstants.Builder.addIntValues(GandivaTypes.IntNode.Builder builderForValue) repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.IntConstants.Builder.clear()GandivaTypes.IntConstants.Builder.clearIntValues()repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.InNode.Builder.getIntValuesBuilder()optional .gandiva.types.IntConstants intValues = 2;GandivaTypes.IntConstants.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GandivaTypes.IntConstants.Builder.mergeFrom(com.google.protobuf.Message other) GandivaTypes.IntConstants.Builder.mergeFrom(GandivaTypes.IntConstants other) GandivaTypes.IntConstants.newBuilder()GandivaTypes.IntConstants.newBuilder(GandivaTypes.IntConstants prototype) GandivaTypes.IntConstants.newBuilderForType()protected GandivaTypes.IntConstants.BuilderGandivaTypes.IntConstants.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GandivaTypes.IntConstants.Builder.removeIntValues(int index) repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.IntConstants.Builder.setIntValues(int index, GandivaTypes.IntNode value) repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.IntConstants.Builder.setIntValues(int index, GandivaTypes.IntNode.Builder builderForValue) repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.IntConstants.toBuilder()Methods in org.apache.arrow.gandiva.ipc with parameters of type GandivaTypes.IntConstants.BuilderModifier and TypeMethodDescriptionGandivaTypes.InNode.Builder.setIntValues(GandivaTypes.IntConstants.Builder builderForValue) optional .gandiva.types.IntConstants intValues = 2;