public static interface ScanTableSource.ScanContext extends DynamicTableSource.Context
ScanTableSource.ScanRuntimeProvider
.
It offers utilities by the planner for creating runtime implementation with minimal dependencies to internal data structures.
Methods should be called in ScanTableSource.getScanRuntimeProvider(ScanContext)
. The returned
instances are Serializable
and can be directly passed into the runtime implementation
class.
createDataStructureConverter, createTypeInformation
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.