Package org.apache.calcite.sql
Class TableCharacteristic.Builder
java.lang.Object
org.apache.calcite.sql.TableCharacteristic.Builder
- Enclosing class:
TableCharacteristic
Builder for
TableCharacteristic
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Input table supports pass-through columns.DBMS could prune virtual processors if the input table is empty.
-
Method Details
-
pruneIfEmpty
DBMS could prune virtual processors if the input table is empty. -
passColumnsThrough
Input table supports pass-through columns. -
build
-