Package org.apache.calcite.avatica
Class Meta.Frame
java.lang.Object
org.apache.calcite.avatica.Meta.Frame
- Enclosing interface:
- Meta
A collection of rows.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanWhether this is definitely the last frame of rows.static final Meta.FrameFrame that has zero rows and is the last frame.static final Meta.FrameFrame that has zero rows but may have another frame.final longZero-based offset of first row.The rows. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Meta.Framebooleanstatic Meta.FramefromProto(org.apache.calcite.avatica.proto.Common.Frame proto) inthashCode()org.apache.calcite.avatica.proto.Common.FrametoProto()
-
Field Details
-
EMPTY
Frame that has zero rows and is the last frame. -
MORE
Frame that has zero rows but may have another frame. -
offset
public final long offsetZero-based offset of first row. -
done
public final boolean doneWhether this is definitely the last frame of rows. If true, there are no more rows. If false, there may or may not be more rows. -
rows
The rows.
-
-
Constructor Details
-
Frame
-
-
Method Details