@Internal public abstract class AbstractHBaseDynamicTableSource extends Object implements org.apache.flink.table.connector.source.ScanTableSource, org.apache.flink.table.connector.source.LookupTableSource, org.apache.flink.table.connector.source.abilities.SupportsProjectionPushDown
org.apache.flink.table.connector.source.ScanTableSource.ScanContext, org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.conf.Configuration |
conf |
protected HBaseTableSchema |
hbaseSchema |
protected HBaseLookupOptions |
lookupOptions |
protected String |
nullStringLiteral |
protected String |
tableName |
| Constructor and Description |
|---|
AbstractHBaseDynamicTableSource(org.apache.hadoop.conf.Configuration conf,
String tableName,
HBaseTableSchema hbaseSchema,
String nullStringLiteral,
HBaseLookupOptions lookupOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyProjection(int[][] projectedFields) |
String |
asSummaryString() |
org.apache.flink.table.connector.ChangelogMode |
getChangelogMode() |
HBaseTableSchema |
getHBaseTableSchema() |
protected abstract org.apache.flink.api.common.io.InputFormat<org.apache.flink.table.data.RowData,?> |
getInputFormat() |
org.apache.flink.table.connector.source.LookupTableSource.LookupRuntimeProvider |
getLookupRuntimeProvider(org.apache.flink.table.connector.source.LookupTableSource.LookupContext context) |
org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider |
getScanRuntimeProvider(org.apache.flink.table.connector.source.ScanTableSource.ScanContext runtimeProviderContext) |
boolean |
supportsNestedProjection() |
protected final org.apache.hadoop.conf.Configuration conf
protected final String tableName
protected HBaseTableSchema hbaseSchema
protected final String nullStringLiteral
protected final HBaseLookupOptions lookupOptions
public AbstractHBaseDynamicTableSource(org.apache.hadoop.conf.Configuration conf,
String tableName,
HBaseTableSchema hbaseSchema,
String nullStringLiteral,
HBaseLookupOptions lookupOptions)
public org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider getScanRuntimeProvider(org.apache.flink.table.connector.source.ScanTableSource.ScanContext runtimeProviderContext)
getScanRuntimeProvider in interface org.apache.flink.table.connector.source.ScanTableSourceprotected abstract org.apache.flink.api.common.io.InputFormat<org.apache.flink.table.data.RowData,?> getInputFormat()
public org.apache.flink.table.connector.source.LookupTableSource.LookupRuntimeProvider getLookupRuntimeProvider(org.apache.flink.table.connector.source.LookupTableSource.LookupContext context)
getLookupRuntimeProvider in interface org.apache.flink.table.connector.source.LookupTableSourcepublic boolean supportsNestedProjection()
supportsNestedProjection in interface org.apache.flink.table.connector.source.abilities.SupportsProjectionPushDownpublic void applyProjection(int[][] projectedFields)
applyProjection in interface org.apache.flink.table.connector.source.abilities.SupportsProjectionPushDownpublic org.apache.flink.table.connector.ChangelogMode getChangelogMode()
getChangelogMode in interface org.apache.flink.table.connector.source.ScanTableSourcepublic String asSummaryString()
asSummaryString in interface org.apache.flink.table.connector.source.DynamicTableSource@VisibleForTesting public HBaseTableSchema getHBaseTableSchema()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.