public class ExpressionVectorObjectSelector extends Object implements VectorObjectSelector
Constructor and Description |
---|
ExpressionVectorObjectSelector(ExprVectorProcessor<?> processor,
Expr.VectorInputBinding bindings) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentVectorSize()
Returns the current vector size for this cursor.
|
int |
getMaxVectorSize()
Returns the maximum vector size for this cursor.
|
Object[] |
getObjectVector()
Get the current vector.
|
public ExpressionVectorObjectSelector(ExprVectorProcessor<?> processor, Expr.VectorInputBinding bindings)
public Object[] getObjectVector()
VectorObjectSelector
getObjectVector
in interface VectorObjectSelector
public int getMaxVectorSize()
VectorSizeInspector
getMaxVectorSize
in interface VectorSizeInspector
public int getCurrentVectorSize()
VectorSizeInspector
VectorSizeInspector.getMaxVectorSize()
.getCurrentVectorSize
in interface VectorSizeInspector
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.