Skip to content

Commit db48868

Browse files
committed
Clarify that getOptions returns null for virtual tables
1 parent b41438d commit db48868

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver-core/src/main/java/com/datastax/driver/core/AbstractTableMetadata.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ public List<ClusteringOrder> getClusteringOrder() {
191191

192192
/**
193193
* Returns the options for this table.
194+
* <p/>
195+
* This value will be null for virtual tables.
194196
*
195197
* @return the options for this table.
196198
*/

0 commit comments

Comments
 (0)