| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
FieldPath |
FieldRef.field_path() |
FieldPath |
FieldRef.FindAll(Array array) |
FieldPath |
FieldRef.FindAll(ArrayData array)
\brief Convenience function which applies FindAll to arg's type or schema.
|
FieldPath |
FieldRef.FindAll(DataType type) |
FieldPath |
FieldRef.FindAll(Field field) |
FieldPath |
FieldRef.FindAll(FieldVector fields) |
FieldPath |
FieldRef.FindAll(RecordBatch batch) |
FieldPath |
FieldRef.FindAll(Schema schema)
\brief Retrieve FieldPath of every child field which matches this FieldRef.
|
FieldPath |
FieldPath.getPointer(long i) |
FieldPath |
FieldPath.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
long |
FieldPath.Hash.apply(FieldPath path) |
boolean |
FieldPath.equals(FieldPath other) |
boolean |
FieldPath.notEquals(FieldPath other) |
| Constructor and Description |
|---|
FieldRef(FieldPath indices)
Construct a FieldRef using a string of indices.
|
Copyright © 2021. All rights reserved.