Class: Arrow::StreamListener
- Inherits:
-
StreamListenerRaw
- Object
- StreamListenerRaw
- Arrow::StreamListener
- Defined in:
- lib/arrow/stream-listener.rb
Instance Method Summary collapse
- #on_eos ⇒ Object
- #on_record_batch_decoded(record_batch, metadata) ⇒ Object
- #on_schema(schema, filtered_schema) ⇒ Object
Instance Method Details
#on_eos ⇒ Object
22 23 |
# File 'lib/arrow/stream-listener.rb', line 22 def on_eos end |
#on_record_batch_decoded(record_batch, metadata) ⇒ Object
25 26 |
# File 'lib/arrow/stream-listener.rb', line 25 def on_record_batch_decoded(record_batch, ) end |
#on_schema(schema, filtered_schema) ⇒ Object
28 29 |
# File 'lib/arrow/stream-listener.rb', line 28 def on_schema(schema, filtered_schema) end |