public static class DatasourceTable.PhysicalDatasourceMetadata extends Object
| Constructor and Description |
|---|
PhysicalDatasourceMetadata(TableDataSource dataSource,
RowSignature rowSignature,
boolean isJoinable,
boolean isBroadcast) |
| Modifier and Type | Method and Description |
|---|---|
TableDataSource |
dataSource() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isBroadcast() |
boolean |
isJoinable() |
RowSignature |
rowSignature() |
String |
toString() |
public PhysicalDatasourceMetadata(TableDataSource dataSource, RowSignature rowSignature, boolean isJoinable, boolean isBroadcast)
public TableDataSource dataSource()
public RowSignature rowSignature()
public boolean isJoinable()
public boolean isBroadcast()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.