@Namespace(value="arrow::compute") @Properties(inherit=arrow.class) public class TypeMatcher extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
TypeMatcher(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Equals(TypeMatcher other)
\brief Return true if this TypeMatcher contains the same matching rule as
the other.
|
boolean |
Matches(DataType type)
\brief Return true if this matcher accepts the data type.
|
String |
ToString()
\brief A human-interpretable string representation of what the type
matcher checks for, usable when printing KernelSignature or formatting
error messages.
|
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 TypeMatcher(Pointer p)
Pointer(Pointer).@Cast(value="bool") public boolean Matches(@Const @ByRef DataType type)
@StdString public String ToString()
@Cast(value="bool") public boolean Equals(@Const @ByRef TypeMatcher other)
Copyright © 2021. All rights reserved.