Package io.delta.kernel.internal.actions
Class Protocol
Object
io.delta.kernel.internal.actions.Protocol
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProtocolfromColumnVector(ColumnVector vector, int rowId) intinttoRow()Encode as aRowobject with the schemaFULL_SCHEMA.toString()
-
Field Details
-
FULL_SCHEMA
-
-
Constructor Details
-
Protocol
-
-
Method Details
-
fromColumnVector
-
getMinReaderVersion
public int getMinReaderVersion() -
getMinWriterVersion
public int getMinWriterVersion() -
getReaderFeatures
-
getWriterFeatures
-
toString
-
toRow
Encode as aRowobject with the schemaFULL_SCHEMA.- Returns:
Rowobject with the schemaFULL_SCHEMA
-