Uses of Class
org.apache.arrow.gandiva.ipc.GandivaTypes.DecimalNode
Packages that use GandivaTypes.DecimalNode
-
Uses of GandivaTypes.DecimalNode in org.apache.arrow.gandiva.ipc
Methods in org.apache.arrow.gandiva.ipc that return GandivaTypes.DecimalNodeModifier and TypeMethodDescriptionGandivaTypes.DecimalNode.Builder.build()GandivaTypes.DecimalNode.Builder.buildPartial()GandivaTypes.TreeNode.Builder.getDecimalNode()optional .gandiva.types.DecimalNode decimalNode = 19;GandivaTypes.TreeNode.getDecimalNode()optional .gandiva.types.DecimalNode decimalNode = 19;GandivaTypes.TreeNodeOrBuilder.getDecimalNode()optional .gandiva.types.DecimalNode decimalNode = 19;GandivaTypes.DecimalConstants.Builder.getDecimalValues(int index) repeated .gandiva.types.DecimalNode decimalValues = 1;GandivaTypes.DecimalConstants.getDecimalValues(int index) repeated .gandiva.types.DecimalNode decimalValues = 1;GandivaTypes.DecimalConstantsOrBuilder.getDecimalValues(int index) repeated .gandiva.types.DecimalNode decimalValues = 1;static GandivaTypes.DecimalNodeGandivaTypes.DecimalNode.getDefaultInstance()GandivaTypes.DecimalNode.Builder.getDefaultInstanceForType()GandivaTypes.DecimalNode.getDefaultInstanceForType()static GandivaTypes.DecimalNodeGandivaTypes.DecimalNode.parseDelimitedFrom(InputStream input) static GandivaTypes.DecimalNodeGandivaTypes.DecimalNode.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GandivaTypes.DecimalNodeGandivaTypes.DecimalNode.parseFrom(byte[] data) static GandivaTypes.DecimalNodeGandivaTypes.DecimalNode.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GandivaTypes.DecimalNodeGandivaTypes.DecimalNode.parseFrom(com.google.protobuf.ByteString data) static GandivaTypes.DecimalNodeGandivaTypes.DecimalNode.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GandivaTypes.DecimalNodeGandivaTypes.DecimalNode.parseFrom(com.google.protobuf.CodedInputStream input) static GandivaTypes.DecimalNodeGandivaTypes.DecimalNode.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GandivaTypes.DecimalNodeGandivaTypes.DecimalNode.parseFrom(InputStream input) static GandivaTypes.DecimalNodeGandivaTypes.DecimalNode.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GandivaTypes.DecimalNodeGandivaTypes.DecimalNode.parseFrom(ByteBuffer data) static GandivaTypes.DecimalNodeGandivaTypes.DecimalNode.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.gandiva.ipc that return types with arguments of type GandivaTypes.DecimalNodeModifier and TypeMethodDescriptionGandivaTypes.DecimalConstants.Builder.getDecimalValuesList()repeated .gandiva.types.DecimalNode decimalValues = 1;GandivaTypes.DecimalConstants.getDecimalValuesList()repeated .gandiva.types.DecimalNode decimalValues = 1;GandivaTypes.DecimalConstantsOrBuilder.getDecimalValuesList()repeated .gandiva.types.DecimalNode decimalValues = 1;com.google.protobuf.Parser<GandivaTypes.DecimalNode>GandivaTypes.DecimalNode.getParserForType()static com.google.protobuf.Parser<GandivaTypes.DecimalNode>GandivaTypes.DecimalNode.parser()Methods in org.apache.arrow.gandiva.ipc with parameters of type GandivaTypes.DecimalNodeModifier and TypeMethodDescriptionGandivaTypes.DecimalConstants.Builder.addDecimalValues(int index, GandivaTypes.DecimalNode value) repeated .gandiva.types.DecimalNode decimalValues = 1;GandivaTypes.DecimalConstants.Builder.addDecimalValues(GandivaTypes.DecimalNode value) repeated .gandiva.types.DecimalNode decimalValues = 1;GandivaTypes.TreeNode.Builder.mergeDecimalNode(GandivaTypes.DecimalNode value) optional .gandiva.types.DecimalNode decimalNode = 19;GandivaTypes.DecimalNode.Builder.mergeFrom(GandivaTypes.DecimalNode other) GandivaTypes.DecimalNode.newBuilder(GandivaTypes.DecimalNode prototype) GandivaTypes.TreeNode.Builder.setDecimalNode(GandivaTypes.DecimalNode value) optional .gandiva.types.DecimalNode decimalNode = 19;GandivaTypes.DecimalConstants.Builder.setDecimalValues(int index, GandivaTypes.DecimalNode value) repeated .gandiva.types.DecimalNode decimalValues = 1;Method parameters in org.apache.arrow.gandiva.ipc with type arguments of type GandivaTypes.DecimalNodeModifier and TypeMethodDescriptionGandivaTypes.DecimalConstants.Builder.addAllDecimalValues(Iterable<? extends GandivaTypes.DecimalNode> values) repeated .gandiva.types.DecimalNode decimalValues = 1;