@Namespace(value="arrow::compute") @NoOffset @Properties(inherit=arrow.class) public class FunctionDoc extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FunctionDoc() |
FunctionDoc(BytePointer summary,
BytePointer description,
StringVector arg_names) |
FunctionDoc(BytePointer summary,
BytePointer description,
StringVector arg_names,
BytePointer options_class) |
FunctionDoc(long size)
Native array allocator.
|
FunctionDoc(Pointer p)
Pointer cast constructor.
|
FunctionDoc(String summary,
String description,
StringVector arg_names) |
FunctionDoc(String summary,
String description,
StringVector arg_names,
String options_class) |
| Modifier and Type | Method and Description |
|---|---|
StringVector |
arg_names()
\brief Symbolic names (identifiers) for the function arguments.
|
FunctionDoc |
arg_names(StringVector setter) |
String |
description()
\brief A detailed description of the function, meant to follow the summary.
|
FunctionDoc |
description(String setter) |
static FunctionDoc |
Empty() |
FunctionDoc |
getPointer(long i) |
String |
options_class()
\brief Name of the options class, if any.
|
FunctionDoc |
options_class(String setter) |
FunctionDoc |
position(long position) |
String |
summary()
\brief A one-line summary of the function, using a verb.
|
FunctionDoc |
summary(String setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic FunctionDoc(Pointer p)
Pointer(Pointer).public FunctionDoc(long size)
Pointer.position(long).public FunctionDoc()
public FunctionDoc(@StdString String summary, @StdString String description, @ByVal StringVector arg_names, @StdString String options_class)
public FunctionDoc(@StdString String summary, @StdString String description, @ByVal StringVector arg_names)
public FunctionDoc(@StdString BytePointer summary, @StdString BytePointer description, @ByVal StringVector arg_names, @StdString BytePointer options_class)
public FunctionDoc(@StdString BytePointer summary, @StdString BytePointer description, @ByVal StringVector arg_names)
public FunctionDoc position(long position)
public FunctionDoc getPointer(long i)
getPointer in class Pointer@StdString public String summary()
public FunctionDoc summary(String setter)
@StdString public String description()
public FunctionDoc description(String setter)
@ByRef public StringVector arg_names()
public FunctionDoc arg_names(StringVector setter)
@StdString public String options_class()
public FunctionDoc options_class(String setter)
@Const @ByRef public static FunctionDoc Empty()
Copyright © 2021. All rights reserved.