@Namespace(value="gandiva") @NoOffset @Properties(inherit=gandiva.class) public class FunctionSignature extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FunctionSignature(BytePointer base_name,
DataTypeVector param_types,
DataType ret_type) |
FunctionSignature(Pointer p)
Pointer cast constructor.
|
FunctionSignature(String base_name,
DataTypeVector param_types,
DataType ret_type) |
Modifier and Type | Method and Description |
---|---|
String |
base_name() |
boolean |
equals(FunctionSignature other) |
long |
Hash()
calculated based on name, datatype id of parameters and datatype id
of return type.
|
DataTypeVector |
param_types() |
DataType |
ret_type() |
String |
ToString() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public FunctionSignature(Pointer p)
Pointer(Pointer)
.public FunctionSignature(@StdString String base_name, @ByVal DataTypeVector param_types, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType ret_type)
public FunctionSignature(@StdString BytePointer base_name, @ByVal DataTypeVector param_types, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) DataType ret_type)
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef FunctionSignature other)
@Cast(value="std::size_t") public long Hash()
@SharedPtr @Cast(value={"","std::shared_ptr<arrow::DataType>"}) public DataType ret_type()
@StdString public String base_name()
@ByVal public DataTypeVector param_types()
@StdString public String ToString()
Copyright © 2022. All rights reserved.