public abstract static class ArrowType.PrimitiveTypeVisitor<T> extends Object implements ArrowType.ArrowTypeVisitor<T>
| Constructor and Description |
|---|
PrimitiveTypeVisitor() |
| Modifier and Type | Method and Description |
|---|---|
T |
visit(ArrowType.ComplexType type) |
T |
visit(ArrowType.FixedSizeList type) |
T |
visit(ArrowType.List type) |
T |
visit(ArrowType.Struct type) |
T |
visit(ArrowType.Union type) |
public T visit(ArrowType.ComplexType type)
public final T visit(ArrowType.Struct type)
visit in interface ArrowType.ArrowTypeVisitor<T>public final T visit(ArrowType.List type)
visit in interface ArrowType.ArrowTypeVisitor<T>public final T visit(ArrowType.FixedSizeList type)
visit in interface ArrowType.ArrowTypeVisitor<T>public final T visit(ArrowType.Union type)
visit in interface ArrowType.ArrowTypeVisitor<T>Copyright © 2017 The Apache Software Foundation. All rights reserved.