Uses of Interface
org.apache.datafusion.TableProvider
Packages that use TableProvider
-
Uses of TableProvider in org.apache.datafusion
Classes in org.apache.datafusion that implement TableProviderModifier and TypeClassDescriptionfinal classATableProviderthat pairs a fixedSchemawith a function that opens a freshArrowReaderfor each scan.Methods in org.apache.datafusion with parameters of type TableProviderModifier and TypeMethodDescriptionvoidSessionContext.registerTable(String name, TableProvider provider) Register a Java-implementedTableProviderundername. -
Uses of TableProvider in org.apache.datafusion.internal
Methods in org.apache.datafusion.internal with parameters of type TableProviderModifier and TypeMethodDescriptionstatic voidJniBridge.invokeTableScan(TableProvider provider, long ffiStreamAddr) Open a fresh batch stream from a JavaTableProviderand export it through the supplied Arrow C Data Interface address.