Constant Field Values

Contents

io.prestosql.*

  • io.prestosql.util.Failures 
    Modifier and Type Constant Field Value
    public static final String REMOTE_TASK_MISMATCH_ERROR "Could not communicate with the remote task. The node may have crashed or be under too much load. This is probably a transient issue, so please retry your query in a few minutes."
    public static final String WORKER_NODE_ERROR "Encountered too many errors talking to a worker node. The node may have crashed or be under too much load. This is probably a transient issue, so please retry your query in a few minutes."
  • io.prestosql.util.SpatialJoinUtils 
    Modifier and Type Constant Field Value
    public static final String ST_CONTAINS "st_contains"
    public static final String ST_DISTANCE "st_distance"
    public static final String ST_INTERSECTS "st_intersects"
    public static final String ST_WITHIN "st_within"