TableCapability¶
TableCapability
represents capabilities that can be provided by a Table.
ACCEPT_ANY_SCHEMA¶
BATCH_READ¶
BATCH_WRITE¶
CONTINUOUS_READ¶
MICRO_BATCH_READ¶
Marks the table to support reads / scans in micro-batch streaming execution mode
Used when:
MicroBatchExecution
stream execution engine is requested for a logical query planDataStreamReader
is requested to load data