@Name(value="arrow::Result<std::shared_ptr<arrow::SparseTensor> >") @NoOffset @Properties(inherit=arrow.class) public class SparseTensorResult extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SparseTensorResult(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Equals(SparseTensorResult other)
Compare to another Result.
|
SparseTensor |
MoveValueUnsafe() |
SparseTensor |
multiply() |
boolean |
ok()
Indicates whether the object contains a
T value. |
SparseTensorResult |
put(SparseTensorResult other)
Copy-assignment operator.
|
Status |
status()
Gets the stored status object, or an OK status if a
T value is stored. |
SparseTensor |
ValueOrDie()
Gets a mutable reference to the stored
T value. |
SparseTensor |
ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic SparseTensorResult(Pointer p)
Pointer(Pointer).@ByRef @Name(value="operator =") public SparseTensorResult put(@Const @ByRef SparseTensorResult other)
other - The Result object to copy.@Cast(value="bool") public boolean Equals(@Const @ByRef SparseTensorResult other)
@Cast(value="bool") public boolean ok()
T value. Generally instead
of accessing this directly you will want to use ASSIGN_OR_RAISE defined
below.@Const @ByRef public Status status()
T value is stored.
/**
/** @return The stored non-OK status object, or an OK status if this object
/** has a value.@SharedPtr public SparseTensor ValueOrDie()
T value.
This method should only be called if this Result object's status is OK
(i.e. a call to ok() returns true), otherwise this call will abort.T value.@SharedPtr @Name(value="operator *") public SparseTensor multiply()
@SharedPtr public SparseTensor ValueUnsafe()
@SharedPtr public SparseTensor MoveValueUnsafe()
Copyright © 2021. All rights reserved.