public final class TableInfo
extends java.lang.Object
Constructor and Description |
---|
TableInfo(java.lang.String schemaName,
TypeInfo typeInfo)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSchemaName()
Gets name of the table as is defined in zserio schema.
|
TypeInfo |
getTypeInfo()
Gets type information for the table.
|
public TableInfo(java.lang.String schemaName, TypeInfo typeInfo)
schemaName
- Table schema name.typeInfo
- Table type info.public java.lang.String getSchemaName()
public TypeInfo getTypeInfo()
Last updated 2024-12-05 10:34:50