Uses of Class
org.apache.arrow.gandiva.ipc.GandivaTypes.IntNode.Builder
Packages that use GandivaTypes.IntNode.Builder
-
Uses of GandivaTypes.IntNode.Builder in org.apache.arrow.gandiva.ipc
Methods in org.apache.arrow.gandiva.ipc that return GandivaTypes.IntNode.BuilderModifier and TypeMethodDescriptionGandivaTypes.IntConstants.Builder.addIntValuesBuilder()repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.IntConstants.Builder.addIntValuesBuilder(int index) repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.IntNode.Builder.clear()GandivaTypes.IntNode.Builder.clearValue()optional int32 value = 1;GandivaTypes.TreeNode.Builder.getIntNodeBuilder()optional .gandiva.types.IntNode intNode = 12;GandivaTypes.IntConstants.Builder.getIntValuesBuilder(int index) repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.IntNode.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GandivaTypes.IntNode.Builder.mergeFrom(com.google.protobuf.Message other) GandivaTypes.IntNode.Builder.mergeFrom(GandivaTypes.IntNode other) static GandivaTypes.IntNode.BuilderGandivaTypes.IntNode.newBuilder()static GandivaTypes.IntNode.BuilderGandivaTypes.IntNode.newBuilder(GandivaTypes.IntNode prototype) GandivaTypes.IntNode.newBuilderForType()protected GandivaTypes.IntNode.BuilderGandivaTypes.IntNode.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GandivaTypes.IntNode.Builder.setValue(int value) optional int32 value = 1;GandivaTypes.IntNode.toBuilder()Methods in org.apache.arrow.gandiva.ipc that return types with arguments of type GandivaTypes.IntNode.BuilderModifier and TypeMethodDescriptionGandivaTypes.IntConstants.Builder.getIntValuesBuilderList()repeated .gandiva.types.IntNode intValues = 1;Methods in org.apache.arrow.gandiva.ipc with parameters of type GandivaTypes.IntNode.BuilderModifier and TypeMethodDescriptionGandivaTypes.IntConstants.Builder.addIntValues(int index, GandivaTypes.IntNode.Builder builderForValue) repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.IntConstants.Builder.addIntValues(GandivaTypes.IntNode.Builder builderForValue) repeated .gandiva.types.IntNode intValues = 1;GandivaTypes.TreeNode.Builder.setIntNode(GandivaTypes.IntNode.Builder builderForValue) optional .gandiva.types.IntNode intNode = 12;GandivaTypes.IntConstants.Builder.setIntValues(int index, GandivaTypes.IntNode.Builder builderForValue) repeated .gandiva.types.IntNode intValues = 1;