Uses of Class
org.teiid.translator.couchbase.CouchbaseMetadataProcessor.Dimension
-
-
Uses of CouchbaseMetadataProcessor.Dimension in org.teiid.translator.couchbase
Methods in org.teiid.translator.couchbase that return CouchbaseMetadataProcessor.Dimension Modifier and Type Method Description CouchbaseMetadataProcessor.DimensionCouchbaseMetadataProcessor.Dimension. copy()Methods in org.teiid.translator.couchbase with parameters of type CouchbaseMetadataProcessor.Dimension Modifier and Type Method Description protected voidCouchbaseMetadataProcessor. scanRow(String key, String keyInSource, com.couchbase.client.java.document.json.JsonValue value, org.teiid.metadata.MetadataFactory mf, org.teiid.metadata.Table table, String referenceTableName, boolean isNestedType, CouchbaseMetadataProcessor.Dimension dimension)A dispatcher of scan jsonValue(document, of a segment of document), the jsonValue either can be a JsonObject, or JsonArray, different type dispatch to different scan method.
-