Skip to content

Create a Storage Plugin

Paul Rogers edited this page Nov 15, 2019 · 22 revisions

Overview

To create a storage plugin, you must create a collection of classes that work in the planner and runtime:

  • Storage plugin
  • Storage plugin config
  • Default and optional nested schema definitions
  • Table definitions
  • Scan definitions, including one passed from the planner to the execution engine
  • Run-time scan operator

The example here is for the simplest possible storage plugin, implemented at runtime using the EVF framework.

Steps

Clone this wiki locally