Uses of Class
org.apache.drill.exec.expr.holders.RepeatedDecimal9Holder
Packages that use RepeatedDecimal9Holder
Package
Description
Drill expression materialization and evaluation facilities.
-
Uses of RepeatedDecimal9Holder in org.apache.drill.exec.expr
Methods in org.apache.drill.exec.expr with parameters of type RepeatedDecimal9HolderModifier and TypeMethodDescriptionstatic TypeProtos.MajorType
BasicTypeHelper.getType
(RepeatedDecimal9Holder holder) -
Uses of RepeatedDecimal9Holder in org.apache.drill.exec.record
Methods in org.apache.drill.exec.record with parameters of type RepeatedDecimal9HolderModifier and TypeMethodDescriptionvoid
RecordValueAccessor.getFieldById
(int fieldId, RepeatedDecimal9Holder holder) -
Uses of RepeatedDecimal9Holder in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector with parameters of type RepeatedDecimal9HolderModifier and TypeMethodDescriptionvoid
RepeatedDecimal9Vector.Mutator.add
(int index, RepeatedDecimal9Holder holder) void
RepeatedDecimal9Vector.Accessor.get
(int index, RepeatedDecimal9Holder holder) void
RepeatedDecimal9Vector.Mutator.setSafe
(int index, RepeatedDecimal9Holder h) -
Uses of RepeatedDecimal9Holder in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type RepeatedDecimal9Holder