Class NoOpFlightSqlProducer

java.lang.Object
org.apache.arrow.flight.sql.NoOpFlightSqlProducer
All Implemented Interfaces:
AutoCloseable, FlightProducer, FlightSqlProducer
Direct Known Subclasses:
BasicFlightSqlProducer

public class NoOpFlightSqlProducer extends Object implements FlightSqlProducer
A FlightSqlProducer that throws on all FlightSql-specific operations.