public interface ParallelStreamableTable
extends org.apache.calcite.schema.StreamableTable
Table that can be converted to a stream. This table also has its parallelism information.
Delta
Modifier and Type | Method and Description |
---|---|
Integer |
parallelismHint()
Returns parallelism hint of this table.
|
Integer parallelismHint()
Returns parallelism hint of this table. Returns null if don’t know.
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.