@Experimental(value=SCHEMAS) public class RowCoder extends SchemaCoder<Row>
Row instances.Coder.Context, Coder.NonDeterministicExceptionschema| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(@Nullable java.lang.Object o) | 
| int | hashCode() | 
| static RowCoder | of(Schema schema) | 
coderForFieldType, consistentWithEquals, decode, encode, getEncodedTypeDescriptor, getFromRowFunction, getSchema, getToRowFunction, of, toString, verifyDeterministicgetCoderArgumentsdecode, encode, getEncodedElementByteSize, isRegisterByteSizeObserverCheap, registerByteSizeObserver, structuralValue, verifyDeterministic, verifyDeterministicpublic boolean equals(@Nullable java.lang.Object o)
equals in class SchemaCoder<Row>public int hashCode()
hashCode in class SchemaCoder<Row>