org
.
apache
.
spark
.
sql
.
vectorized
ColumnVector
Related Doc:
package vectorized
abstract
class
ColumnVector
extends
AutoCloseable
Source
ColumnVector.java
Linear Supertypes
AutoCloseable
,
AnyRef
,
Any
Known Subclasses
ArrowColumnVector
Ordering
Alphabetic
By Inheritance
Inherited
ColumnVector
AutoCloseable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
ColumnVector
(
type:
DataType
)
Attributes
protected[
org.apache.spark.sql.vectorized
]
Abstract Value Members
abstract
def
close
()
:
Unit
Definition Classes
ColumnVector
→ AutoCloseable
abstract
def
getArray
(
rowId:
Int
)
:
ColumnarArray
abstract
def
getBinary
(
rowId:
Int
)
:
Array
[
Byte
]
abstract
def
getBoolean
(
rowId:
Int
)
:
Boolean
abstract
def
getByte
(
rowId:
Int
)
:
Byte
abstract
def
getChild
(
ordinal:
Int
)
:
ColumnVector
Attributes
protected[
org.apache.spark.sql.vectorized
]
abstract
def
getDecimal
(
rowId:
Int
,
precision:
Int
,
scale:
Int
)
:
Decimal
abstract
def
getDouble
(
rowId:
Int
)
:
Double
abstract
def
getFloat
(
rowId:
Int
)
:
Float
abstract
def
getInt
(
rowId:
Int
)
:
Int
abstract
def
getLong
(
rowId:
Int
)
:
Long
abstract
def
getMap
(
ordinal:
Int
)
:
ColumnarMap
abstract
def
getShort
(
rowId:
Int
)
:
Short
abstract
def
getUTF8String
(
rowId:
Int
)
:
UTF8String
abstract
def
hasNull
()
:
Boolean
abstract
def
isNullAt
(
rowId:
Int
)
:
Boolean
abstract
def
numNulls
()
:
Int
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
dataType
()
:
DataType
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
getBooleans
(
rowId:
Int
,
count:
Int
)
:
Array
[
Boolean
]
def
getBytes
(
rowId:
Int
,
count:
Int
)
:
Array
[
Byte
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getDoubles
(
rowId:
Int
,
count:
Int
)
:
Array
[
Double
]
def
getFloats
(
rowId:
Int
,
count:
Int
)
:
Array
[
Float
]
final
def
getInterval
(
rowId:
Int
)
:
CalendarInterval
def
getInts
(
rowId:
Int
,
count:
Int
)
:
Array
[
Int
]
def
getLongs
(
rowId:
Int
,
count:
Int
)
:
Array
[
Long
]
def
getShorts
(
rowId:
Int
,
count:
Int
)
:
Array
[
Short
]
final
def
getStruct
(
rowId:
Int
)
:
ColumnarRow
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AutoCloseable
Inherited from
AnyRef
Inherited from
Any
Ungrouped