Interface PhysicalSchema.ThriftSchemaOrBuilder (1.8.3)

public static interface PhysicalSchema.ThriftSchemaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getText()

public abstract String getText()

Thrift IDL source of the schema.

string text = 1;

Returns
TypeDescription
String

The text.

getTextBytes()

public abstract ByteString getTextBytes()

Thrift IDL source of the schema.

string text = 1;

Returns
TypeDescription
ByteString

The bytes for text.