Package io.delta.kernel.internal.data
Class StructRow
Object
io.delta.kernel.internal.data.ChildVectorBasedRow
io.delta.kernel.internal.data.StructRow
- All Implemented Interfaces:
Row
A
Row abstraction for a struct type column vector and a specific rowId.-
Method Summary
Modifier and TypeMethodDescriptionstatic StructRowfromStructVector(ColumnVector columnVector, int rowId)
-
Method Details
-
fromStructVector
-