Class InMemoryMetaStore

java.lang.Object
org.apache.beam.sdk.extensions.sql.meta.store.InMemoryMetaStore
All Implemented Interfaces:
TableProvider, MetaStore

public class InMemoryMetaStore extends Object implements MetaStore
A MetaStore which stores the meta info in memory.

NOTE, because this implementation is memory based, the metadata is NOT persistent. for tables which created, you need to create again every time you launch the BeamSqlCli.