Interface ArrowMessage.ArrowMessageVisitor<T>
- Type Parameters:
T- The type of value to return after visiting.
- Enclosing interface:
ArrowMessage
public static interface ArrowMessage.ArrowMessageVisitor<T>
Visitor interface for implementations of
ArrowMessage.-
Method Summary
Modifier and TypeMethodDescriptionvisit(ArrowDictionaryBatch message) visit(ArrowRecordBatch message)
-
Method Details
-
visit
-
visit
-